Information about plays

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

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

{
    "id": 3596995,
    "uri": "https://api.kexp.org/v2/plays/3596995/?format=api",
    "airdate": "2025-12-28T01:33:50-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Your Head Around",
    "track_id": null,
    "recording_id": "b6d7ce9b-f2e4-4d42-8473-16ddaeda2c6c",
    "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": [
        "Metal Mind Productions"
    ],
    "label_ids": [
        "7a59176d-27ff-4f8b-beed-252e00e05314"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Peter Brabbs. Shredder in Tank for all their early (best!!!) albums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}