Information about plays

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

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

{
    "id": 3580094,
    "uri": "https://api.kexp.org/v2/plays/3580094/?format=api",
    "airdate": "2025-11-19T04:20:04-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://coverartarchive.org/release/a21cce8d-2ed6-4cf4-8d43-cd77caf131d5/15946859829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a21cce8d-2ed6-4cf4-8d43-cd77caf131d5/15946859829-250.jpg",
    "song": "Benzie Box",
    "track_id": null,
    "recording_id": "332a28f6-79d4-40a1-b3ba-8e52546c96f2",
    "artist": "DANGERDOOM feat. Cee‐Lo",
    "artist_ids": [
        "be0cb2f2-71c3-4e95-a584-c19248951ff4",
        "2c69465c-0f76-45ce-90a2-1ed0fdacc997"
    ],
    "album": "The Mouse and the Mask",
    "release_id": null,
    "release_group_id": "6fa4f80a-a866-3898-8ea0-fc1f968bbcdb",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2005-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DANGERDOOM was a hip hop project from Danger Mouse and MF DOOM. \"The Mouse and the Mask\", was released in 2005.\n ---https://mfdoom.bandcamp.com/album/dangerdoom-the-mouse-and-the-mask",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}