Information about plays

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

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

{
    "id": 3556211,
    "uri": "https://api.kexp.org/v2/plays/3556211/?format=api",
    "airdate": "2025-09-22T06:12:37-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://ia800607.us.archive.org/0/items/mbid-51678ee7-b877-423d-90ad-3720199d6e3f/mbid-51678ee7-b877-423d-90ad-3720199d6e3f-41418115054_thumb500.jpg",
    "thumbnail_uri": "https://dn721305.ca.archive.org/0/items/mbid-51678ee7-b877-423d-90ad-3720199d6e3f/mbid-51678ee7-b877-423d-90ad-3720199d6e3f-41418115054_thumb250.jpg",
    "song": "Gangsters",
    "track_id": "5305b0ed-92dd-4e84-8ceb-6b28835288b8",
    "recording_id": "a6e15270-239a-47fd-9134-d27fa6a5c969",
    "artist": "Mark Pritchard & Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b",
        "77e40f25-44f3-48f9-b7d3-572e82dcc9ba"
    ],
    "album": "Tall Tales",
    "release_id": "51678ee7-b877-423d-90ad-3720199d6e3f",
    "release_group_id": "80e3d46d-8d77-409c-947d-efe50f02806f",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Thom Yorke and Mark Pritchard's collaborative album, Tall Tales, released this past May. \n\nThe track is the third single from the album, following \"Back in the Game\" and \"This Conversation Is Missing Your Voice.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}