Information about plays

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

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

{
    "id": 3630556,
    "uri": "https://api.kexp.org/v2/plays/3630556/?format=api",
    "airdate": "2026-03-18T08:47:58-07:00",
    "show": 66213,
    "show_uri": "https://api.kexp.org/v2/shows/66213/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a-3489396442_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a/mbid-a23a24e8-c400-497a-9ca1-36636a8d252a-3489396442_thumb250.jpg",
    "song": "St. Rosa and the Swallows",
    "track_id": "58b16f17-d6c7-3ddc-9369-35277e930fdc",
    "recording_id": "59c39483-ae02-420b-bb3b-3d24db14d9c1",
    "artist": "The Thermals",
    "artist_ids": [
        "7cd2d860-c6d7-4be2-af50-57c51ee45687"
    ],
    "album": "The Body, the Blood, the Machine",
    "release_id": "a23a24e8-c400-497a-9ca1-36636a8d252a",
    "release_group_id": "b4ed2024-4002-3884-8358-2dc1862ddaed",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Priceless note from 2022:\n\nBy request, from, err, a listener, who um, you know, requested some Thermals. Yep. Had a note from them somewhere here under this pile of vinyl and bowls of cereal - Owen \nP.S. The swallows of Capistrano...hey, that's kind of an important day in morning show history.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}