Information about plays

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

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

{
    "id": 3635653,
    "uri": "https://api.kexp.org/v2/plays/3635653/?format=api",
    "airdate": "2026-03-30T16:50:34-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://coverartarchive.org/release/5acc35a8-7177-45c7-99c9-b3b604f8d6a4/32286564561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5acc35a8-7177-45c7-99c9-b3b604f8d6a4/32286564561-250.jpg",
    "song": "Rocket Man (I Think It’s Going to Be a Long, Long Time)",
    "track_id": null,
    "recording_id": "b5845012-b760-47b4-9130-8e8a45e82884",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Other Sides",
    "release_id": null,
    "release_group_id": "af71236e-1c04-431b-a53d-909b72ba9f2b",
    "labels": [
        "Fish People"
    ],
    "label_ids": [
        "fe6ea95e-3653-4f5d-a90e-641240abaef0"
    ],
    "release_date": "2018-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Elton John and Bernie Taupin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}