Information about plays

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

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

{
    "id": 3616843,
    "uri": "https://api.kexp.org/v2/plays/3616843/?format=api",
    "airdate": "2026-02-13T04:49:55-08:00",
    "show": 65918,
    "show_uri": "https://api.kexp.org/v2/shows/65918/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-810020ec-795f-4f91-832e-0b5c9c6b15d2/mbid-810020ec-795f-4f91-832e-0b5c9c6b15d2-39934219392_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-810020ec-795f-4f91-832e-0b5c9c6b15d2/mbid-810020ec-795f-4f91-832e-0b5c9c6b15d2-39934219392_thumb250.jpg",
    "song": "Friday the 13th",
    "track_id": "f06b85c2-ea6c-4bbd-9ec4-2b9f96ef2b0c",
    "recording_id": "0e7f638a-1746-4855-ae02-8381113e4dfc",
    "artist": "Sonny Rollins Quartet feat. Thelonious Monk",
    "artist_ids": [
        "d3479d63-ac4b-467b-8c76-1dbf2908cc96",
        "8e8c7417-c905-46b1-b42a-5260b4274ed4"
    ],
    "album": "Thelonious Monk & Sonny Rollins",
    "release_id": "810020ec-795f-4f91-832e-0b5c9c6b15d2",
    "release_group_id": "7920d2b0-6061-36d4-a128-93ec89f89e3a",
    "labels": [
        "Prestige",
        "Original Jazz Classics"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66",
        "4876cd23-c4ab-4ac5-9b49-e8ed14bc22f8"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Friday the 13th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}