Information about plays

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

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

{
    "id": 3552908,
    "uri": "https://api.kexp.org/v2/plays/3552908/?format=api",
    "airdate": "2025-09-14T09:42:09-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca262159-8c97-4f34-b9df-54aae52b8844/37806336181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca262159-8c97-4f34-b9df-54aae52b8844/37806336181-250.jpg",
    "song": "Going Down the Road Feeling Bad",
    "track_id": null,
    "recording_id": "0aca7c24-c73a-413f-ba40-6c0feb3f3363",
    "artist": "Cephas & Wiggins",
    "artist_ids": [
        "c446d14f-6abf-47da-927d-e7cbfc0c6373"
    ],
    "album": "Richmond Blues",
    "release_id": null,
    "release_group_id": "4cde721f-665b-478a-a294-b2fda0bf3dfa",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Cephas and Phil Wiggins met at a jam session at the Smithsonian's Festival of American Folklife in 1976 and both went on to be awarded the National Heritage Fellowship.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}