Information about plays

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

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

{
    "id": 3560074,
    "uri": "https://api.kexp.org/v2/plays/3560074/?format=api",
    "airdate": "2025-10-01T13:27:54-07:00",
    "show": 64718,
    "show_uri": "https://api.kexp.org/v2/shows/64718/?format=api",
    "image_uri": "https://dn710002.ca.archive.org/0/items/mbid-3b1b7509-7bff-4a95-9ee8-f5e050cf102e/mbid-3b1b7509-7bff-4a95-9ee8-f5e050cf102e-27704658731_thumb500.jpg",
    "thumbnail_uri": "https://dn710002.ca.archive.org/0/items/mbid-3b1b7509-7bff-4a95-9ee8-f5e050cf102e/mbid-3b1b7509-7bff-4a95-9ee8-f5e050cf102e-27704658731_thumb250.jpg",
    "song": "October All Over",
    "track_id": "60d3533e-d83d-3b99-ab4f-3d1e9277c234",
    "recording_id": "1c76b4e9-c9ac-46ab-abf9-8cde3ae637be",
    "artist": "Unwound",
    "artist_ids": [
        "9434776a-bdd7-4f58-b719-b5d95b9d2a11"
    ],
    "album": "Leaves Turn Inside You",
    "release_id": "3b1b7509-7bff-4a95-9ee8-f5e050cf102e",
    "release_group_id": "75a65e18-da84-345d-a30e-4a7e1b605a22",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2001-04-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the \"untold story\" of this band out of Tumwater, WA: https://www.unwoundarchive.com/blog/2013/4/19/unwound-the-untold-story",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}