Information about plays

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

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

{
    "id": 3540965,
    "uri": "https://api.kexp.org/v2/plays/3540965/?format=api",
    "airdate": "2025-08-16T22:20:54-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I wanna die on my Birthday",
    "track_id": null,
    "recording_id": null,
    "artist": "Teenage Bottlerocket",
    "artist_ids": [
        "b2905cf4-10cc-46e2-a2cb-8b40ade3138d"
    ],
    "album": "Ready to Roll",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pirates Press Records"
    ],
    "label_ids": [
        "050a1505-1cd1-43cd-9d8c-0ca69ab45bcd"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To Tanner\n\nTeenage Bottlerocket will be playing at The Rickshaw Theater in Vancouver, BC tomorrow night!\n\nPre-sale vinyl sold out.\ns://teenagebottlerocket.bandcamp.com/album/ready-to-roll\nhttps://teenagebottlerocket.com/tour-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}