Information about plays

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

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

{
    "id": 3632212,
    "uri": "https://api.kexp.org/v2/plays/3632212/?format=api",
    "airdate": "2026-03-22T03:02:55-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-f4ca7997-27a5-376b-8f5e-2ec286338824/mbid-f4ca7997-27a5-376b-8f5e-2ec286338824-36572533400_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-f4ca7997-27a5-376b-8f5e-2ec286338824/mbid-f4ca7997-27a5-376b-8f5e-2ec286338824-36572533400_thumb250.jpg",
    "song": "Could Heaven Ever Be Like this",
    "track_id": "c6348f4d-6769-3c33-a00b-7abb09bfc903",
    "recording_id": "b132ca1c-3120-4abc-85d5-a934dec9923c",
    "artist": "Idris Muhammad",
    "artist_ids": [
        "318c02c2-d766-4843-9035-e186531fc98c"
    ],
    "album": "Turn This Mutha Out",
    "release_id": "f4ca7997-27a5-376b-8f5e-2ec286338824",
    "release_group_id": "81f4cd5a-05c3-3e80-95be-4cacb319ffe5",
    "labels": [
        "Kudu"
    ],
    "label_ids": [
        "817bea8b-ef5a-43a4-950f-3e77f1f68426"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is  sampled by Jamie xx for “Loud Places”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}