Information about plays

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

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

{
    "id": 3610046,
    "uri": "https://api.kexp.org/v2/plays/3610046/?format=api",
    "airdate": "2026-01-28T03:40:11-08:00",
    "show": 65774,
    "show_uri": "https://api.kexp.org/v2/shows/65774/?format=api",
    "image_uri": "https://coverartarchive.org/release/df5c54c8-b65a-4749-83f1-3104bfb56195/21158469186-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df5c54c8-b65a-4749-83f1-3104bfb56195/21158469186-250.jpg",
    "song": "Knuckles The Dog Who Helps People",
    "track_id": null,
    "recording_id": "176c05d2-770f-42da-a450-c82d23069976",
    "artist": "Killdozer",
    "artist_ids": [
        "6a2f72b1-d660-409e-b190-6470157d3a38"
    ],
    "album": "Uncompromising War On Art Under The Dictatorship Of The Proletariat",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}