Information about plays

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

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

{
    "id": 3572754,
    "uri": "https://api.kexp.org/v2/plays/3572754/?format=api",
    "airdate": "2025-11-01T19:59:08-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gruesome",
    "track_id": null,
    "recording_id": "143bcb34-a87d-4952-b39b-e32c64748d49",
    "artist": "Months",
    "artist_ids": [
        "2f84cbf4-1b32-4227-b04c-a343c0d58357"
    ],
    "album": "PDX Pop Now! 2018",
    "release_id": null,
    "release_group_id": "0ac442d2-795a-480d-813e-68260cf4f00e",
    "labels": [
        "PDX Pop Now!"
    ],
    "label_ids": [
        "5a15108f-d05e-46d2-9049-6d1b0d809eff"
    ],
    "release_date": "2018-05-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Months is a ballistic missile rock band from Portland OR featuring members of Point Juncture WA, Deer or the Doe, and Swim Swam Swum. The band formed in 2012 and has self-released two LPs and one EP.\"\n\nhttps://wearemonths.bandcamp.com/album/black-hats-for-war",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}