Information about plays

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

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

{
    "id": 3596195,
    "uri": "https://api.kexp.org/v2/plays/3596195/?format=api",
    "airdate": "2025-12-26T08:29:57-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another World",
    "track_id": "37c08c32-fd26-4154-bc8a-4ebaf65b0be9",
    "recording_id": "6634329b-bf16-4835-89c5-3af3e1198695",
    "artist": "The Belair Lip Bombs",
    "artist_ids": [
        "9f495346-8e2f-47b3-a4d9-883ba4311d64"
    ],
    "album": "Again",
    "release_id": "469deb05-d545-48c0-a394-0de717e801f6",
    "release_group_id": "17cc0d76-ad83-4a02-a0ee-94975f78015d",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Belair Lip Bombs are from Melbourne, Australia.\n\nThe album 'Again' just released this year on Jack White's label Third Man Records!\n\nhttps://thebelairlipbombs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}