Information about plays

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

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

{
    "id": 3636271,
    "uri": "https://api.kexp.org/v2/plays/3636271/?format=api",
    "airdate": "2026-04-01T03:11:24-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://ia801809.us.archive.org/13/items/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a-31478152187_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a-31478152187_thumb250.jpg",
    "song": "Little Bit of Soap",
    "track_id": "a307af05-293c-3182-8215-43b8cd1c0d77",
    "recording_id": "6952a2d9-f109-4983-ae60-190b55688c0a",
    "artist": "The Jarmels",
    "artist_ids": [
        "f4d3109c-ce0d-4818-aedb-4c9190e909be"
    ],
    "album": "Sweet Soul Music: 31 Scorching Classics From 1961",
    "release_id": "1537b817-e96e-4701-8378-a21fbb70ab2a",
    "release_group_id": "0a04cb06-1a45-328a-aaa7-0c1173529d67",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}