Information about plays

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

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

{
    "id": 3538156,
    "uri": "https://api.kexp.org/v2/plays/3538156/?format=api",
    "airdate": "2025-08-09T23:16:19-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?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://ia601607.us.archive.org/6/items/mbid-c8666a92-0ed7-49ba-909e-82cc7f4fcfcd/mbid-c8666a92-0ed7-49ba-909e-82cc7f4fcfcd-23841566668_thumb250.jpg",
    "song": "Venusian 2",
    "track_id": "4e0fbbdb-a5f7-4f44-93f8-6b7f3a85f5e0",
    "recording_id": "3ee6b942-2c70-4855-a70c-86b9b7af839a",
    "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": "You can check out footage of King Gizzard & The Lizard Wizard performing live at our studios back in 2022 by following the link below:\n\nhttps://youtu.be/Jb8UMmrBlC8?si=9vfKbbvCsb4FarkY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}