Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3589294/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3589294,
    "uri": "https://api.kexp.org/v2/plays/3589294/?format=api",
    "airdate": "2025-12-10T10:00:03-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Five Feet High and Rising",
    "track_id": "425ee4d1-291a-3e63-9e0c-2baea541d1db",
    "recording_id": "236c9891-6b32-4de8-b3a0-a0acd562df56",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Hello, I’m Johnny Cash",
    "release_id": "81a42b1f-67da-483b-892a-56b4e93602ce",
    "release_group_id": "bee78d14-d092-30dc-afd9-02746208a243",
    "labels": [
        "Sony Music Special Products"
    ],
    "label_ids": [
        "3f82f08e-8027-4995-aa64-8e338ff3805c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stay dry and safe PNW!\n\nThis song is a first person account of the 1937 Mississippi flood that Cash, then aged four years and 11 months, endured with his family. They had to leave their home and flee.\n\nThe song provided the inspiration for the name of De La Soul's debut album \"Three Feet High and Rising\" and is sampled in the song \"The Magic Number.\"\n\nSee Johnny Cash and Biff Sing \"Five Feet High\" on Sesame Street: https://youtu.be/0sl0FyhnhBw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}