Information about plays

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

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

{
    "id": 3649583,
    "uri": "https://api.kexp.org/v2/plays/3649583/?format=api",
    "airdate": "2026-05-02T15:11:43-07:00",
    "show": 66611,
    "show_uri": "https://api.kexp.org/v2/shows/66611/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ad0f5c5-ca0e-4df0-8bf9-a799575b0804/32985678614-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ad0f5c5-ca0e-4df0-8bf9-a799575b0804/32985678614-250.jpg",
    "song": "Burn Burn",
    "track_id": null,
    "recording_id": "048bf74f-36c4-46a5-b89b-a3da08388acc",
    "artist": "Hollis",
    "artist_ids": [
        "c020936a-65d2-486b-9f0e-d9d69d0b00a0"
    ],
    "album": "Subliminal",
    "release_id": null,
    "release_group_id": "cd98c294-6158-4f6c-904a-5e9c05ba9ff2",
    "labels": [
        "AntiFragile Music"
    ],
    "label_ids": [
        "cfe7c0cc-ed94-4265-b4ef-0eb8f007e2ca"
    ],
    "release_date": "2022-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is featured on the FREE THE YOUTH compilation album released by Seattle organization Creative Justice:\n\nhttps://creativejustice.bandcamp.com/album/free-the-youth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}