Information about plays

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

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

{
    "id": 3558969,
    "uri": "https://api.kexp.org/v2/plays/3558969/?format=api",
    "airdate": "2025-09-28T20:12:55-07:00",
    "show": 64693,
    "show_uri": "https://api.kexp.org/v2/shows/64693/?format=api",
    "image_uri": "https://coverartarchive.org/release/95c0a941-33e6-47ca-a1e6-bac40fe66427/27429930696-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95c0a941-33e6-47ca-a1e6-bac40fe66427/27429930696-250.jpg",
    "song": "Bootsey Whitelaw",
    "track_id": null,
    "recording_id": "ff1013d7-cfa2-4e54-a22d-43b7884f20b4",
    "artist": "Tina Turner",
    "artist_ids": [
        "9072df14-b61e-42e2-b4f4-6bbb7fdb5586"
    ],
    "album": "Acid Queen",
    "release_id": null,
    "release_group_id": "5316a137-86d2-3531-b10b-aa23473c7056",
    "labels": [
        "Razor Edge"
    ],
    "label_ids": [
        "2ad63f36-04eb-4aec-adef-a3613b5550cc"
    ],
    "release_date": "1975-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though this track was originally a duet with Ike, Tina Turner released \"Bootsey Whitelaw\" on her second solo studio album, Acid Queen in 1975 on the EMI label in the UK and on United Artists in the US.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}