Information about plays

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

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

{
    "id": 3554486,
    "uri": "https://api.kexp.org/v2/plays/3554486/?format=api",
    "airdate": "2025-09-18T06:00:55-07:00",
    "show": 64592,
    "show_uri": "https://api.kexp.org/v2/shows/64592/?format=api",
    "image_uri": "https://ia601907.us.archive.org/10/items/mbid-daff41f2-e460-4d52-8c2e-82e13895e64b/mbid-daff41f2-e460-4d52-8c2e-82e13895e64b-27506965581_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/10/items/mbid-daff41f2-e460-4d52-8c2e-82e13895e64b/mbid-daff41f2-e460-4d52-8c2e-82e13895e64b-27506965581_thumb250.jpg",
    "song": "River Deep—Mountain High",
    "track_id": "03093152-0b50-4c18-a4a5-ed2b591a6777",
    "recording_id": "ccaca28d-e319-4aae-9e26-e83154290664",
    "artist": "Ike & Tina Turner",
    "artist_ids": [
        "1c7b3786-b99a-40ab-81e4-f3056da19e13"
    ],
    "album": "River Deep - Mountain High",
    "release_id": "daff41f2-e460-4d52-8c2e-82e13895e64b",
    "release_group_id": "15e3ffcd-a869-4aae-90bd-1dc7193a03c0",
    "labels": [
        "London American Recordings"
    ],
    "label_ids": [
        "881a2a59-c012-4735-8776-36da8ea823fb"
    ],
    "release_date": "1966-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was written specifically for Tina Turner to sing. Phil Spector made very dense recordings that required a strong vocalist to cut through, and he knew Turner and her flamethrower voice could handle it. Here's the original 1966 promo: https://www.youtube.com/watch?v=uj0wPrN_Y_4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}