Information about plays

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

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

{
    "id": 3578754,
    "uri": "https://api.kexp.org/v2/plays/3578754/?format=api",
    "airdate": "2025-11-15T23:35:57-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yesterday's Trash",
    "track_id": "915e9fae-6f51-3e37-afd7-365dbb496271",
    "recording_id": "e5b8b864-a2d1-4959-bb31-c4e849143976",
    "artist": "The Hentchmen",
    "artist_ids": [
        "be91d265-8582-4817-b3fb-c2c97f19e7ab"
    ],
    "album": "Hentch-Forth.Five",
    "release_id": "6d4bf27f-f445-49b9-9dc6-5e447696812a",
    "release_group_id": "78da55b1-fd5e-4efa-9c0b-d3fb544df336",
    "labels": [
        "Italy Records"
    ],
    "label_ids": [
        "eea78002-74fc-4808-92f7-04cf50855cf9"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Detroit in 1992.  Jack White played bass for the band on their 1998 album Hentch-Forth.Five.\n\nhttps://www.facebook.com/p/The-Hentchmen-100063537101413/\n\nhttps://hentchmen.bandcamp.com/album/the-hentchmen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}