Information about plays

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

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

{
    "id": 3540968,
    "uri": "https://api.kexp.org/v2/plays/3540968/?format=api",
    "airdate": "2025-08-16T22:31:02-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5ab7010-f925-4fdb-94ca-69ebbed9c940/19439113400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5ab7010-f925-4fdb-94ca-69ebbed9c940/19439113400-250.jpg",
    "song": "Flash",
    "track_id": null,
    "recording_id": "fe1d1bb1-9ee0-40ab-816d-8604e672c1b6",
    "artist": "Coloured Balls",
    "artist_ids": [
        "995c133a-1c75-4812-9f40-f339f5476580"
    ],
    "album": "Ball Power",
    "release_id": null,
    "release_group_id": "e150daef-9203-3d49-a7c1-e4b5f6d91818",
    "labels": [
        "Just Add Water Records"
    ],
    "label_ids": [
        "a1b0a892-0221-4853-bcb7-2b42f4ebba38"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lobby Loyde project after the Wild Cherries and Purple Hearts\n\nhttps://justaddwaterrecords.bigcartel.com/product/coloured-balls-heavy-metal-kid-lp-jaw055",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}