Information about plays

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

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

{
    "id": 3603836,
    "uri": "https://api.kexp.org/v2/plays/3603836/?format=api",
    "airdate": "2026-01-13T11:58:30-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Expecting to Fly",
    "track_id": null,
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Decade",
    "release_id": null,
    "release_group_id": "5d78e3ef-6742-3ee2-b003-9dbabc14a9d1",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1977-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This gorgeous song was written by Neil Young and initially appeared on the 1967 album \"Buffalo Springfield Again.\" Neil Young used outside musicians, rather than the other Buffalo Springfield band members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}