Information about plays

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

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

{
    "id": 3550944,
    "uri": "https://api.kexp.org/v2/plays/3550944/?format=api",
    "airdate": "2025-09-09T17:20:46-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia800207.us.archive.org/6/items/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350-6606801570_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/6/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": "\"Count Five blended British Invasion influences with elements of the more local San Francisco Sound to create something energetic, aggressive and exciting that became the mainstream world’s first taste of psychedelic rock. The San Jose, California-based quintet were still teenagers when their Yardbirds-evoking hit 'Psychotic Reaction' reached the US Top 5 in 1966, the very first psychedelic rock song to achieve that feat.\" \nRead more here: https://craftrecordings.com/blogs/permanent-record/count-five-psychotic-reaction",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}