Information about plays

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

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

{
    "id": 3584756,
    "uri": "https://api.kexp.org/v2/plays/3584756/?format=api",
    "airdate": "2025-11-29T22:47:17-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not 4 U",
    "track_id": "a1a8c33c-ecf3-44a3-9f33-15ccd5be6866",
    "recording_id": "207692d1-1d80-449f-9f11-24027b590851",
    "artist": "Zookraught",
    "artist_ids": [
        "86e8aa37-7a04-4ea4-b8a8-86f9ca814076"
    ],
    "album": "Not 4 U",
    "release_id": "d2fd0efb-9b77-4119-a355-8b2ca9bed558",
    "release_group_id": "188848ef-66f8-471f-abb1-8b6ff648a4ac",
    "labels": [
        "Rotten Zucchini"
    ],
    "label_ids": [
        "2e9b7d39-50f4-4912-98bc-7acbc4c21a32"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Zookraught, Anthers and Gondos are playing NYE 2025 at The Sunset Tavern!\n\nhttps://dice.fm/event/pypdgl-nye-2025-w-zookraught-anthers-gondos-31st-dec-the-sunset-tavern-seattle-tickets?pid=f8b95fbd&utm_medium=partners_api\n\nhttps://zookraught.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}