Information about plays

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

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

{
    "id": 3621224,
    "uri": "https://api.kexp.org/v2/plays/3621224/?format=api",
    "airdate": "2026-02-23T09:29:51-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magician",
    "track_id": "28efab5d-a5f5-43f7-8bc2-20fa2584336c",
    "recording_id": "da28cc16-63bb-4c80-9661-98c69d48600f",
    "artist": "Dehd",
    "artist_ids": [
        "d5ccd5b5-44b5-497e-9829-d8f1b69f412c"
    ],
    "album": "Poetry",
    "release_id": "6ea8bf31-40d4-4bd3-8b74-a457713d1717",
    "release_group_id": "1b596224-e7ed-4f2a-8176-4fa20fbd74e4",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dehd are a three-piece from Chicago. Watch their full performance on KEXP: https://www.youtube.com/watch?v=GCkIPwv5MdM\n\nhttps://dehdforever.bandcamp.com/album/poetry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}