Information about plays

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

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

{
    "id": 3633678,
    "uri": "https://api.kexp.org/v2/plays/3633678/?format=api",
    "airdate": "2026-03-26T00:05:34-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-8eb5ae9e-ba52-4a8f-8513-822a5ccde819/mbid-8eb5ae9e-ba52-4a8f-8513-822a5ccde819-12040485030_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-8eb5ae9e-ba52-4a8f-8513-822a5ccde819/mbid-8eb5ae9e-ba52-4a8f-8513-822a5ccde819-12040485030_thumb250.jpg",
    "song": "I Can’t Give Everything Away",
    "track_id": "f06ee3d5-888e-4514-be80-9ec1fe48b045",
    "recording_id": "a2fd44ce-0e32-4615-8bc3-32f80f58f55d",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "★",
    "release_id": "8eb5ae9e-ba52-4a8f-8513-822a5ccde819",
    "release_group_id": "1fd18f5b-9a92-41fd-a590-da6b5cc60d85",
    "labels": [
        "Columbia",
        "ISO Records"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "10f97e56-1ebe-4b1e-848f-9c5ae0f292ec"
    ],
    "release_date": "2016-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released two days before Bowie's passing, on his 69th birthday. Prince recorded that cover of Heroes just a month before his passing. Fuck off 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}