Information about plays

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

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

{
    "id": 3546804,
    "uri": "https://api.kexp.org/v2/plays/3546804/?format=api",
    "airdate": "2025-08-30T18:16:29-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://ia802901.us.archive.org/10/items/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17-42448965018_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17/mbid-2d77164e-87c0-4772-a05a-b9e8001ddb17-42448965018_thumb250.jpg",
    "song": "Waiting For",
    "track_id": "deec4844-78a4-4b60-9470-5ea433040138",
    "recording_id": "57d17ed9-0910-4138-b70a-df3e7d9ab935",
    "artist": "Glitterfox",
    "artist_ids": [
        "f99d5774-7955-448f-829f-727332151caa"
    ],
    "album": "decoder",
    "release_id": "2d77164e-87c0-4772-a05a-b9e8001ddb17",
    "release_group_id": "bcd915c8-8287-4931-8a43-cc8f9e19d023",
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland, OR indie rock music for driving off into the sunset. New album “decoder” out now via Jealous Butcher Records.\n\nhttps://glitterfoxband.bandcamp.com/album/decoder",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}