Information about plays

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

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

{
    "id": 3581935,
    "uri": "https://api.kexp.org/v2/plays/3581935/?format=api",
    "airdate": "2025-11-23T13:51:23-08:00",
    "show": 65189,
    "show_uri": "https://api.kexp.org/v2/shows/65189/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Witchoo",
    "track_id": "bca15923-af33-4f4d-9b2e-8fd512768602",
    "recording_id": "a3f978bd-1f96-4fb9-915f-68cad3dd3852",
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Private Space",
    "release_id": "391f75e1-29d7-402e-a574-7a53e588473d",
    "release_group_id": "055a1a06-044c-4cd8-8d9b-05e80bea2b55",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2021-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Durand Jones & The Indications live on KEXP at THING! Festival in 2023: https://www.youtube.com/watch?v=TZhe0H2a9Ag.\n\nhttps://durandjonesandtheindications.bandcamp.com/album/private-space\nhttps://durandjonesandtheindications.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}