Information about plays

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

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

{
    "id": 3631682,
    "uri": "https://api.kexp.org/v2/plays/3631682/?format=api",
    "airdate": "2026-03-20T22:24:07-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc6ef0f1-5dc9-4b30-bdad-22cb9db92220/20158533713-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc6ef0f1-5dc9-4b30-bdad-22cb9db92220/20158533713-250.jpg",
    "song": "Temperature’s Rising",
    "track_id": null,
    "recording_id": "44843b4d-a173-43bc-847b-0e77e544ae61",
    "artist": "Mobb Deep featuring Crystal Johnson",
    "artist_ids": [
        "d75d1f08-bbb8-4eae-9877-399ca9121197",
        "55f9cd57-e761-4495-84f7-85b274666662"
    ],
    "album": "The Infamous…",
    "release_id": null,
    "release_group_id": "03f3c216-bd40-322b-ac8a-254816ff5573",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1995-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Q-Tip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}