Information about plays

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

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

{
    "id": 3629245,
    "uri": "https://api.kexp.org/v2/plays/3629245/?format=api",
    "airdate": "2026-03-15T11:20:36-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa-22271485031_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa/mbid-e6410de1-6a77-47d8-b208-bf3d0de029aa-22271485031_thumb250.jpg",
    "song": "Black Shoe",
    "track_id": "c697d993-e094-33ab-9cdc-8db0fc3f8be6",
    "recording_id": "a29b2dba-b07b-4a3e-a2ea-46982d53615f",
    "artist": "The Moondoggies",
    "artist_ids": [
        "174744a2-8f85-4602-a0e6-5f2097c2e945"
    ],
    "album": "Don't Be a Stranger",
    "release_id": "e6410de1-6a77-47d8-b208-bf3d0de029aa",
    "release_group_id": "71165b36-77b0-3ef4-9fb4-2603947c4541",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Moondoggies are a folk rock band from Everett, Washington.\n\nhttps://themoondoggies.bandcamp.com/music\n\nCheck out there 2018 Live on KEXP session https://www.youtube.com/watch?v=cC7HUYxD75c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}