Information about plays

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

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

{
    "id": 3567154,
    "uri": "https://api.kexp.org/v2/plays/3567154/?format=api",
    "airdate": "2025-10-19T10:30:56-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/969c9413-c0aa-4652-ac67-b75cd5a8280c/26720284754-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/969c9413-c0aa-4652-ac67-b75cd5a8280c/26720284754-250.jpg",
    "song": "Way Back Home",
    "track_id": null,
    "recording_id": "a4071a29-da90-4267-868c-10b2f1ef21c9",
    "artist": "The Jazz Crusaders",
    "artist_ids": [
        "fcb79f1a-d3a9-41fe-9cd7-d16537907337"
    ],
    "album": "Scratch",
    "release_id": null,
    "release_group_id": "dfc7cc89-b3aa-304f-a0df-64ee51460548",
    "labels": [
        "Chisa"
    ],
    "label_ids": [
        "5a8b086f-1803-4313-a136-de340dd6b416"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded Live at The Roxy. Released on the label founded by Stewart Levine and South African trumpet legend Hugh Masekela, by this point Motown was handling distribution for the label, and this was the last album released by the band under the name “The Jazz Crusaders” before they dropped the “Jazz” part.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}