Information about plays

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

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

{
    "id": 3608338,
    "uri": "https://api.kexp.org/v2/plays/3608338/?format=api",
    "airdate": "2026-01-24T04:48:17-08:00",
    "show": 65739,
    "show_uri": "https://api.kexp.org/v2/shows/65739/?format=api",
    "image_uri": "https://coverartarchive.org/release/e70db652-f304-451a-8593-30fc203849ff/8887735097-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e70db652-f304-451a-8593-30fc203849ff/8887735097-250.jpg",
    "song": "Death to Fascism",
    "track_id": null,
    "recording_id": "0bc305fb-92c8-49c4-b43a-311e11f5313b",
    "artist": "The Radio Dept.",
    "artist_ids": [
        "e664d1cd-23ab-48d5-b8fa-e98485daa5be"
    ],
    "album": "Death to Fascism",
    "release_id": null,
    "release_group_id": "f85b347f-b446-4520-8004-e7a25d4e61f4",
    "labels": [
        "Labrador"
    ],
    "label_ids": [
        "9c4f19be-ce66-44a6-8a19-9202c17361b5"
    ],
    "release_date": "2014-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Over fuzzed out keyboards, chattering drum machines, and wisps of electric guitar, the band persistently samples a famous Croatian-language anti-fascist slogan that translates to \"Death to fascism/ Freedom to the people.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}