Information about plays

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

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

{
    "id": 3565385,
    "uri": "https://api.kexp.org/v2/plays/3565385/?format=api",
    "airdate": "2025-10-15T11:21:30-07:00",
    "show": 64841,
    "show_uri": "https://api.kexp.org/v2/shows/64841/?format=api",
    "image_uri": "https://ia800306.us.archive.org/2/items/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3-5594649650_thumb500.jpg",
    "thumbnail_uri": "https://ia800306.us.archive.org/2/items/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3/mbid-c8a5c6d1-7768-47cd-a13b-db12e2b982f3-5594649650_thumb250.jpg",
    "song": "This Weight",
    "track_id": "46103ad5-2381-4f49-925a-4d2c608adae7",
    "recording_id": "4d1cc046-5264-4a58-ad01-1c5a5d646393",
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "Antiphon",
    "release_id": "c8a5c6d1-7768-47cd-a13b-db12e2b982f3",
    "release_group_id": "e9dc4674-4fe7-46e7-aa77-cfd6c3067747",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2013-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midlake's new album 'A Bridge To Far' comes out November 7th!\nhttps://midlakeband.bandcamp.com/album/a-bridge-to-far\n\nhttps://midlakeband.com\n\nWatch Midlake's 2013 KEXP performance (hosted by Cheryl) here: https://www.youtube.com/watch?v=rlOqn0UOmeA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}