Information about plays

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

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

{
    "id": 3543521,
    "uri": "https://api.kexp.org/v2/plays/3543521/?format=api",
    "airdate": "2025-08-22T23:47:37-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbc9ae9d-14ed-406e-903b-33ac6065e8ca/10429986717-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbc9ae9d-14ed-406e-903b-33ac6065e8ca/10429986717-250.jpg",
    "song": "Realest Niggas",
    "track_id": null,
    "recording_id": "86ccc4a6-58f8-456b-925f-2cebba07cfef",
    "artist": "Notorious B.I.G. & 50 Cent",
    "artist_ids": [
        "d5d97b2b-b83b-4976-814a-056d9076c8c3",
        "8e68819d-71be-4e7d-b41d-f1df81b01d3f"
    ],
    "album": "Bad Boys II: The Soundtrack",
    "release_id": null,
    "release_group_id": "bc0165bc-153a-3005-8810-a41f789aa9d0",
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2003-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}