Information about plays

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

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

{
    "id": 3610840,
    "uri": "https://api.kexp.org/v2/plays/3610840/?format=api",
    "airdate": "2026-01-30T01:42:58-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://dn710304.ca.archive.org/0/items/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009-15395193894_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009-15395193894_thumb250.jpg",
    "song": "In the Air Tonight",
    "track_id": "752cb801-7f08-4ad5-bdb0-b2b4818e69b8",
    "recording_id": "03b5bad2-47c5-45c3-ad34-53135f3ec4cc",
    "artist": "Phil Collins",
    "artist_ids": [
        "401c3991-b76b-499d-8082-9f2df958ef78"
    ],
    "album": "Face Value",
    "release_id": "bb2f077c-fc44-41f8-85e1-2fc8072d8009",
    "release_group_id": "1cbc1a5a-5512-3f8e-997b-d9281b83722b",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In The Air Tonight\" was Phil Collins' first single as a solo artist; he claims that he offered it up as a Genesis song, but that his bandmates rejected it, saying it was \"too simple.\" Tony Banks of Genesis insists that Collins never played them the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}