Information about plays

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

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

{
    "id": 3546952,
    "uri": "https://api.kexp.org/v2/plays/3546952/?format=api",
    "airdate": "2025-08-30T23:42:44-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b13ef63-797f-4c98-96ab-012b1fca0de7/13962795097-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b13ef63-797f-4c98-96ab-012b1fca0de7/13962795097-250.jpg",
    "song": "State Is Burning",
    "track_id": null,
    "recording_id": "0fd0b42b-56a8-4be2-b6b2-cd8e4f4e9bb6",
    "artist": "Useless ID",
    "artist_ids": [
        "3bb24e11-821a-4e4e-bd89-e0a2452474cf"
    ],
    "album": "State Is Burning",
    "release_id": null,
    "release_group_id": "e1482af8-d826-48d6-a9cf-ee857fb913b2",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2016-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "formed in Haifa, Israel in 1994, Useless ID recently released an album, No Vacation from the World.\n\nhttps://www.facebook.com/p/Useless-ID-100046989316865/\nhttps://uselessid.bandcamp.com/album/no-vacation-from-the-world-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}