Information about plays

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

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

{
    "id": 3622537,
    "uri": "https://api.kexp.org/v2/plays/3622537/?format=api",
    "airdate": "2026-02-26T11:37:02-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-edc448f8-80bf-46fd-a979-3047bc25a71b/mbid-edc448f8-80bf-46fd-a979-3047bc25a71b-34663716554_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-edc448f8-80bf-46fd-a979-3047bc25a71b/mbid-edc448f8-80bf-46fd-a979-3047bc25a71b-34663716554_thumb250.jpg",
    "song": "Rushin’ River Valley",
    "track_id": "090b30da-e9fc-4582-a9b2-c17633a3f673",
    "recording_id": "b934647e-381c-4b88-b530-52b4f8067956",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "A River Running to Your Heart",
    "release_id": "edc448f8-80bf-46fd-a979-3047bc25a71b",
    "release_group_id": "3d665b1c-4ef8-477d-a640-2bf33178bfbb",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2023-04-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago-based band, Fruit Bats! This is from their 2023 album, 'A River Running to Your Heart.'\n \nCheck out their live performance of this song on our Youtube channel, linked right here:\nhttps://www.youtube.com/watch?v=Kgic9Akz6d8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}