Information about plays

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

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

{
    "id": 3600086,
    "uri": "https://api.kexp.org/v2/plays/3600086/?format=api",
    "airdate": "2026-01-04T09:46:51-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eagle Rock",
    "track_id": null,
    "recording_id": "d3625e38-c775-4e76-a5ee-50045d15f252",
    "artist": "Daddy Cool",
    "artist_ids": [
        "dae8e12d-eb70-4b38-b6f6-928e34a2bf12"
    ],
    "album": "That's Cool",
    "release_id": null,
    "release_group_id": "fe7ccc03-fc68-3445-9eb0-5cea9e3abff4",
    "labels": [
        "BMG Entertainment"
    ],
    "label_ids": [
        "c6fda3d9-ed46-4bd2-aba8-c5d541b38dab"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Melbourne band's debut single, which would go on to become the best-selling Australian single of 1971.\n\nGuitarist and vocalist Ross Wilson says he was inspired for this song when he was living in London: \n\"It came from a Sunday Times liftout magazine A-Z on music. In the before blues section there was an evocative photo of rural black Americans dancing in a dirt poor juke joint—the caption was along the lines of 'some negroes 'cut the pigeon wing' and 'do the eagle rock'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}