Information about plays

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

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

{
    "id": 3548286,
    "uri": "https://api.kexp.org/v2/plays/3548286/?format=api",
    "airdate": "2025-09-03T05:09:17-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia802807.us.archive.org/29/items/mbid-5e6dea53-f6aa-4705-956f-21e8248f5dc9/mbid-5e6dea53-f6aa-4705-956f-21e8248f5dc9-20774515303_thumb500.jpg",
    "thumbnail_uri": "https://ia802807.us.archive.org/29/items/mbid-5e6dea53-f6aa-4705-956f-21e8248f5dc9/mbid-5e6dea53-f6aa-4705-956f-21e8248f5dc9-20774515303_thumb250.jpg",
    "song": "Go to School",
    "track_id": "11fd19d2-8c50-4128-9db2-2185d73cba46",
    "recording_id": "d66fbeca-ef1b-49b0-86e7-133c8643dd04",
    "artist": "The Lemon Twigs",
    "artist_ids": [
        "f32d94e8-8d55-4ee2-9077-53d1c024a03b"
    ],
    "album": "Go to School",
    "release_id": "5e6dea53-f6aa-4705-956f-21e8248f5dc9",
    "release_group_id": "190c673e-26f2-4986-a451-98388307cfbb",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2018-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lemon Twigs played Live on KEXP last November! https://www.youtube.com/watch?v=dSCcFOlTDPI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}