Information about plays

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

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

{
    "id": 3611123,
    "uri": "https://api.kexp.org/v2/plays/3611123/?format=api",
    "airdate": "2026-01-30T17:53:01-08:00",
    "show": 65795,
    "show_uri": "https://api.kexp.org/v2/shows/65795/?format=api",
    "image_uri": "https://ia800200.us.archive.org/22/items/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b-8008947609_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/22/items/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b-8008947609_thumb250.jpg",
    "song": "Sunday Bloody Sunday",
    "track_id": "c040e58d-afeb-352d-a598-58fd74007137",
    "recording_id": "5bc752a2-2a3b-4a87-982e-330f5b6ff54f",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Under a Blood Red Sky",
    "release_id": "168058a2-2bef-4252-9b6a-b7b4d139bc1b",
    "release_group_id": "880334fc-8365-36b9-b212-6cafa92879e5",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "for michelle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}