Information about plays

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

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

{
    "id": 3543269,
    "uri": "https://api.kexp.org/v2/plays/3543269/?format=api",
    "airdate": "2025-08-22T11:23:16-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia903401.us.archive.org/34/items/mbid-d336e2fd-8815-4df5-8c2b-4329c7d94128/mbid-d336e2fd-8815-4df5-8c2b-4329c7d94128-7914647825_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/34/items/mbid-d336e2fd-8815-4df5-8c2b-4329c7d94128/mbid-d336e2fd-8815-4df5-8c2b-4329c7d94128-7914647825_thumb250.jpg",
    "song": "I Found a New Way",
    "track_id": "470dcc00-041a-4cfe-b7f2-0e00c59734b9",
    "recording_id": "3ddae5cc-0f24-4cdd-a94a-5f53d721106c",
    "artist": "Twin Peaks",
    "artist_ids": [
        "a3ee7da1-d892-4cf3-a5ba-4c07806edbca"
    ],
    "album": "Wild Onion",
    "release_id": "31a35df0-d6f4-4e1b-9f86-b1adbf41a4b8",
    "release_group_id": "0557c1e1-cd20-4a0a-8d0e-dea99d9ef825",
    "labels": [
        "Grand Jury Music"
    ],
    "label_ids": [
        "8651cee5-120f-4ad3-ae1f-a3a5d5752d69"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago band Twin Peaks played Live on KEXP in 2016: https://www.youtube.com/watch?v=be4tZGLhnyc\n\n2020's Side A EP is the band's most recent release. https://twinpeakschicago.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}