Information about plays

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

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

{
    "id": 3602874,
    "uri": "https://api.kexp.org/v2/plays/3602874/?format=api",
    "airdate": "2026-01-11T01:19:49-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shellshock",
    "track_id": null,
    "recording_id": "2fc09e64-0762-401c-af12-ded5b19c0284",
    "artist": "Tank",
    "artist_ids": [
        "9e4d93b6-0b22-4914-a3e4-efe8b8cd0378"
    ],
    "album": "Filth Hounds of Hades",
    "release_id": null,
    "release_group_id": "c383d25b-e014-3345-8364-406acf295927",
    "labels": [
        "Kamaflage Records"
    ],
    "label_ids": [
        "8cf2becd-f79a-4f41-ab2d-9fea2e09e3cf"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Initial copies of Filth Hounds of Hades came with a free \"Don't Walk Away\" b/w \"The Snake\" 7\" single.\n\nhttps://tankofficial.bandcamp.com/album/filth-hounds-of-hades",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}