Information about plays

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

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

{
    "id": 3561427,
    "uri": "https://api.kexp.org/v2/plays/3561427/?format=api",
    "airdate": "2025-10-04T23:18:20-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/0abd3d08-185b-42a4-92fa-8841755c2159/41900607605-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0abd3d08-185b-42a4-92fa-8841755c2159/41900607605-250.jpg",
    "song": "Steel Dust Mites",
    "track_id": null,
    "recording_id": "f6af7db5-26a0-4fa7-8aa8-a495e76798ec",
    "artist": "Fugitive Bubble",
    "artist_ids": [
        "496a3dd1-5818-4339-8b3d-a7f84cb1832e"
    ],
    "album": "What Will Happen If We Stop?",
    "release_id": null,
    "release_group_id": "75e00e5e-470f-40bb-abb1-ebd31cd98f40",
    "labels": [
        "Sorry State Records"
    ],
    "label_ids": [
        "d422ab05-7296-4d9a-abec-d85388d6b34c"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Olympia, WA\n\nhttps://stuccolabel.bandcamp.com/album/fugitive-bubble",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}