Information about plays

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

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

{
    "id": 3633462,
    "uri": "https://api.kexp.org/v2/plays/3633462/?format=api",
    "airdate": "2026-03-25T10:26:40-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Train in Vain",
    "track_id": "379dd2bc-9aef-4b65-bb44-b64116bb1f7a",
    "recording_id": "648158f2-3044-451c-a306-ab1caaefc0e2",
    "artist": "Annie Lennox",
    "artist_ids": [
        "3e30aebd-0557-4cfd-8fb9-3945afa5d72b"
    ],
    "album": "Medusa",
    "release_id": "8fe5a355-187e-4886-a7d4-57356c3d3843",
    "release_group_id": "30ed2e5d-7c68-3841-b7b7-abc138dff53b",
    "labels": [
        "RCA",
        "BMG Records Africa"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "3bff7709-3f8b-42ac-a577-eabf6fa30fd5"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Annie Lennox has covered The Clash! \n\nShe is listed among the artists who have covered \"Train in Vain,\" a notable 1979 hit from The Clash's album London Calling.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}