Information about plays

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

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

{
    "id": 3633325,
    "uri": "https://api.kexp.org/v2/plays/3633325/?format=api",
    "airdate": "2026-03-25T01:41:41-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://coverartarchive.org/release/0754220f-0fc0-4e49-8161-b308d60be3d3/31880859810-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0754220f-0fc0-4e49-8161-b308d60be3d3/31880859810-250.jpg",
    "song": "We Are Here Together",
    "track_id": null,
    "recording_id": "d246314c-80be-4067-8219-19e9ed8d2018",
    "artist": "HAIM & Jack Black",
    "artist_ids": [
        "aef06569-098f-4218-a577-b413944d9493",
        "caf8a53e-7f43-4be4-95d6-18d55e1f6e18"
    ],
    "album": "The Croods: A New Age (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": "ce807f83-5270-4c52-8058-b826f7ba1658",
    "labels": [
        "Intrada"
    ],
    "label_ids": [
        "97f04af0-d08b-4d17-8f41-d49b68f14983"
    ],
    "release_date": "2020-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack Black of Tenacious D and HAIM collaborate on this track for The Croods movie!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}