Information about plays

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

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

{
    "id": 3673532,
    "uri": "https://api.kexp.org/v2/plays/3673532/?format=api",
    "airdate": "2026-06-28T10:11:21-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d99a2b5-1fc0-4c9f-bf99-9d67af9322da/15208813358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d99a2b5-1fc0-4c9f-bf99-9d67af9322da/15208813358-250.jpg",
    "song": "Dirty, Dirty",
    "track_id": null,
    "recording_id": "3a04cce5-c8f4-4bfa-b0cb-f944e726784d",
    "artist": "Crazy Horse",
    "artist_ids": [
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Crazy Horse",
    "release_id": null,
    "release_group_id": "cc2c31f2-3e5a-36bf-a4f7-fb462ea9d1b7",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1971-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young's longtime backing band, Crazy Horse released some of the greatest albums of the 1970's.\n\nFeaturing Ry Cooder on some dirty slide guitar!\n\nhttps://www.allmusic.com/artist/crazy-horse-mn0000130932",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}