Information about plays

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

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

{
    "id": 3596950,
    "uri": "https://api.kexp.org/v2/plays/3596950/?format=api",
    "airdate": "2025-12-27T22:55:07-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Wire Get Cut",
    "track_id": null,
    "recording_id": "d7f48c01-949f-44b9-bc7f-a264da2ed393",
    "artist": "twisted teens",
    "artist_ids": [
        "c97b7cfb-3637-4cc7-a7c5-470f79a20a9d"
    ],
    "album": "Twisted Teens",
    "release_id": null,
    "release_group_id": "192d6c7a-7f34-4a27-8ccb-b578e0c58347",
    "labels": [
        "Turbo Discos"
    ],
    "label_ids": [
        "67888ee9-cb32-497c-8baf-beb9338dc13d"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"New Orleans-based punk band Twisted Teens shirk genre conventions on their chaotic, energetic, and wildly creative new record, diving into surprising thematic territory and securing them as one of the most original bands in the contemporary DIY punk scene.\" - Atwood Magazine https://cpnpc.bandcamp.com/album/twisted-teens https://atwoodmagazine.com/twtn-twisted-teens-twisted-teens-album-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}