Information about plays

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

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

{
    "id": 3561472,
    "uri": "https://api.kexp.org/v2/plays/3561472/?format=api",
    "airdate": "2025-10-05T01:47:38-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/1cbedb58-5dfa-4f31-9816-84863eeababf/22379986392-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1cbedb58-5dfa-4f31-9816-84863eeababf/22379986392-250.jpg",
    "song": "Nosferatu",
    "track_id": null,
    "recording_id": "3bc6fad2-1ce1-4138-b7e1-cfa619f490b5",
    "artist": "Witchery",
    "artist_ids": [
        "013b4ca5-89b6-43ee-95d4-d458a9678196"
    ],
    "album": "In His Infernal Majesty's Service",
    "release_id": null,
    "release_group_id": "114bb96c-93de-4993-ae5a-1666e0759711",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2016-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish band featuring former members of Nekrocraft and Morgue.\n\nhttps://www.facebook.com/officialwitchery",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}