Information about plays

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

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

{
    "id": 3543614,
    "uri": "https://api.kexp.org/v2/plays/3543614/?format=api",
    "airdate": "2025-08-23T04:52:51-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad0615da-12b5-421d-b5d5-dbb6ceda8350/23078112166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad0615da-12b5-421d-b5d5-dbb6ceda8350/23078112166-250.jpg",
    "song": "Death of a Clown",
    "track_id": null,
    "recording_id": "436106f7-d822-4111-b300-8eb7d286429c",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Something Else by The Kinks",
    "release_id": null,
    "release_group_id": "ab0ea2d3-a273-3d7f-855b-f9930a1395cf",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1967-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}