Information about plays

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

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

{
    "id": 3602201,
    "uri": "https://api.kexp.org/v2/plays/3602201/?format=api",
    "airdate": "2026-01-09T10:32:59-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen of Cans and Jars",
    "track_id": "6605c6d0-b4b1-38fb-8b50-c1af5f66ec56",
    "recording_id": "58425472-d941-4ee2-84c8-19a279cc8564",
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Bee Thousand",
    "release_id": "80727694-3ec0-3bb7-9c08-afa06dae8f3d",
    "release_group_id": "b30f876f-1fe6-34ef-b334-9c68af820daa",
    "labels": [
        "Scat Records"
    ],
    "label_ids": [
        "73cae15c-a3c5-4a07-9ac8-ec943519dc21"
    ],
    "release_date": "1994-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bee Thousand is Guided by Voices' seventh album, which came out in 1994. \n\nhttps://guidedbyvoices.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}