Information about plays

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

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

{
    "id": 3621802,
    "uri": "https://api.kexp.org/v2/plays/3621802/?format=api",
    "airdate": "2026-02-24T18:21:23-08:00",
    "show": 66021,
    "show_uri": "https://api.kexp.org/v2/shows/66021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Generation Game",
    "track_id": "d2a5372b-d887-422e-addf-8dd19d2f5513",
    "recording_id": "c0bb6e31-acb9-4475-8d49-6350b9ab7ee7",
    "artist": "The Lounge Society",
    "artist_ids": [
        "2dedfbcd-3ad5-4f23-988a-b4454730a969"
    ],
    "album": "Generation Game",
    "release_id": "34a07f8a-25aa-41cf-b5e5-da924585fabb",
    "release_group_id": "5d82e325-7e95-4132-a00b-e4c5d2404508",
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2020-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This post-punk quartet hails from the towns of Hebden Bridge and Todmorden in West Yorkshire. Here's an interview from journalist Benjamin Myers: https://www.pias.com/proudly-presenting-the-lounge-society/\n--\nHere they are, performing their debut single, \"Generation Game,\" live: https://www.youtube.com/watch?v=0XWBxepRMYw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}