Information about plays

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

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

{
    "id": 3550026,
    "uri": "https://api.kexp.org/v2/plays/3550026/?format=api",
    "airdate": "2025-09-07T12:10:08-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia801309.us.archive.org/26/items/mbid-d9e56dc4-2154-4351-bbb5-da11a4b6db3f/mbid-d9e56dc4-2154-4351-bbb5-da11a4b6db3f-21462298855_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/26/items/mbid-d9e56dc4-2154-4351-bbb5-da11a4b6db3f/mbid-d9e56dc4-2154-4351-bbb5-da11a4b6db3f-21462298855_thumb250.jpg",
    "song": "Caught in One",
    "track_id": "e2ec326a-783c-3fbc-af24-ed8c77a43d76",
    "recording_id": "ea6cc449-6bcd-42bd-a27f-0fd30773ac9f",
    "artist": "Dum Dum Girls",
    "artist_ids": [
        "ca405011-906d-4090-992f-f230739278b1"
    ],
    "album": "Only in Dreams",
    "release_id": "d9e56dc4-2154-4351-bbb5-da11a4b6db3f",
    "release_group_id": "79bbbf0e-16e5-46a4-bc72-cde36146e6d3",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second release from this LA band, active from 2008 to 2016.\n\nhttps://dumdumgirls.bandcamp.com/album/only-in-dreams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}