Information about plays

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

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

{
    "id": 3548227,
    "uri": "https://api.kexp.org/v2/plays/3548227/?format=api",
    "airdate": "2025-09-03T01:23:45-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia803100.us.archive.org/32/items/mbid-a728d7e7-1427-427e-ba46-d622f73f7ebc/mbid-a728d7e7-1427-427e-ba46-d622f73f7ebc-21651795891_thumb500.jpg",
    "thumbnail_uri": "https://ia903100.us.archive.org/32/items/mbid-a728d7e7-1427-427e-ba46-d622f73f7ebc/mbid-a728d7e7-1427-427e-ba46-d622f73f7ebc-21651795891_thumb250.jpg",
    "song": "Cracker Drool",
    "track_id": "d1f1c3a8-2c39-4e9a-95fe-e2ef730b1f46",
    "recording_id": "c9d7a0f8-52cc-4496-83cb-37a714997978",
    "artist": "Goat Girl",
    "artist_ids": [
        "29a2e15e-b14f-42ca-8f65-d52479872452"
    ],
    "album": "Goat Girl",
    "release_id": "a728d7e7-1427-427e-ba46-d622f73f7ebc",
    "release_group_id": "dbb4962e-077a-4ee1-bea2-e85680911d54",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Madame Lou's on Oct. 5th! \nCheck out this Live on KEXP session with Goat Girl from 2019 during KEXP's International Clash Day broadcast in London!\n\nhttps://www.youtube.com/watch?v=SSkDBojGowA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}