Information about plays

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

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

{
    "id": 3555026,
    "uri": "https://api.kexp.org/v2/plays/3555026/?format=api",
    "airdate": "2025-09-19T13:41:32-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://ia801607.us.archive.org/6/items/mbid-c8666a92-0ed7-49ba-909e-82cc7f4fcfcd/mbid-c8666a92-0ed7-49ba-909e-82cc7f4fcfcd-23841566668_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/6/items/mbid-c8666a92-0ed7-49ba-909e-82cc7f4fcfcd/mbid-c8666a92-0ed7-49ba-909e-82cc7f4fcfcd-23841566668_thumb250.jpg",
    "song": "Mars for the Rich",
    "track_id": "293380cd-aa44-4421-a829-93a639305516",
    "recording_id": "c89bb45d-6feb-467b-9c7e-be9bbf5cf4f0",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Infest the Rats’ Nest",
    "release_id": "c8666a92-0ed7-49ba-909e-82cc7f4fcfcd",
    "release_group_id": "8ef7f453-bf44-4bcc-bdb8-ac86eadf90fe",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Daniel!\n\nKing Gizzard & The Lizard Wizard - Mars For The Rich (Live on KEXP) - https://www.youtube.com/watch?app=desktop&v=i9qWYUH5x3k&t=0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}