Information about plays

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

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

{
    "id": 3553903,
    "uri": "https://api.kexp.org/v2/plays/3553903/?format=api",
    "airdate": "2025-09-16T20:54:50-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "https://coverartarchive.org/release/c45a0840-4e12-43a4-a61f-9cbf99489866/41426799325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c45a0840-4e12-43a4-a61f-9cbf99489866/41426799325-250.jpg",
    "song": "Show You Love",
    "track_id": null,
    "recording_id": "8a0dc461-012b-4c7c-b208-438a03c03a96",
    "artist": "Mr. Ho",
    "artist_ids": [
        "5236bab8-d70b-4d1a-9a8d-f7373d1e170d"
    ],
    "album": "Various 1",
    "release_id": null,
    "release_group_id": "836dacd4-913a-4c0b-9281-0a8c6c22c79a",
    "labels": [
        "Altered Circuits"
    ],
    "label_ids": [
        "c0dc5eec-9859-40e1-9532-a66937b43ab0"
    ],
    "release_date": "2025-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mr. Ho combines skippy two-step drums with an MS20 type of flat bass. After introducing a one-bar mid-bass arpeggiator, gently swelling pads, leisurely spread side riffs and reverb-drenched musings join, calibrating the vibe to lush and groovy.\n\nhttps://alteredcircuitsbrussels.bandcamp.com/album/various-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}