Information about plays

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

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

{
    "id": 3578769,
    "uri": "https://api.kexp.org/v2/plays/3578769/?format=api",
    "airdate": "2025-11-16T00:20:22-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/7187b2cd-518f-4298-a4a9-e28467d36c96/31325414952-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7187b2cd-518f-4298-a4a9-e28467d36c96/31325414952-250.jpg",
    "song": "Blood on the Red Flag",
    "track_id": null,
    "recording_id": "10c31936-20d1-45d2-b755-5851ba4c8662",
    "artist": "Jugulator",
    "artist_ids": [
        "bf43d8a6-cf84-41d8-afdf-9ffcb4ba5824"
    ],
    "album": "Under the Verdict",
    "release_id": null,
    "release_group_id": "8ca112ef-6413-4878-a376-c7fa017ba1cb",
    "labels": [
        "Damaged Goods"
    ],
    "label_ids": [],
    "release_date": "2021-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jugulator is an Algerian Thrash Metal band born from the ashes of a previous project called Curse of Pharaoh, active from 2006 to 2008.\n\nhttps://jugulator88.bandcamp.com/album/imperator-insector\nhttps://www.facebook.com/jugulator.band#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}