Information about plays

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

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

{
    "id": 3626428,
    "uri": "https://api.kexp.org/v2/plays/3626428/?format=api",
    "airdate": "2026-03-07T15:49:15-08:00",
    "show": 66119,
    "show_uri": "https://api.kexp.org/v2/shows/66119/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350-6606801570_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350-6606801570_thumb250.jpg",
    "song": "Psychotic Reaction",
    "track_id": "f754b09f-9b57-3aff-bf30-ac2e3de78295",
    "recording_id": "454e3b0c-0501-4663-a283-7ef627a4621a",
    "artist": "Count Five",
    "artist_ids": [
        "cf20a6c7-822b-4c54-9600-c75bee6a296c"
    ],
    "album": "Nuggets: Original Artyfacts From the First Psychedelic Era, 1965–1968",
    "release_id": "7beb47e7-f54b-46a3-a570-7fe932f0e350",
    "release_group_id": "8692651e-a7df-3903-a47e-8a28bc1b492c",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're hitting All Killer No Filler for the drive!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}