Information about plays

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

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

{
    "id": 3633529,
    "uri": "https://api.kexp.org/v2/plays/3633529/?format=api",
    "airdate": "2026-03-25T14:49:13-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c5f42cf-2189-49ca-b727-d4932ac71182/41970810262-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c5f42cf-2189-49ca-b727-d4932ac71182/41970810262-250.jpg",
    "song": "Go Down Dying",
    "track_id": null,
    "recording_id": "8b6acaa9-13f0-41c4-b5e2-16e9a8a929a1",
    "artist": "Ray Brown's Orchestra",
    "artist_ids": [
        "bdf193b6-ddf2-49d6-a7b4-4b2147c48102"
    ],
    "album": "The Adventurers",
    "release_id": null,
    "release_group_id": "5210d4e2-aa80-41fd-98b9-0aac9589d953",
    "labels": [
        "Varèse Sarabande"
    ],
    "label_ids": [
        "44f4d815-bf54-4f56-b704-72a196c6bd58"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Go Down Dying\" is a song composed by Brazilian musician Antônio Carlos Jobim. This song was arranged and  produced by Quincy Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}