Information about plays

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

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

{
    "id": 3542612,
    "uri": "https://api.kexp.org/v2/plays/3542612/?format=api",
    "airdate": "2025-08-20T20:23:00-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/009a174f-2cf3-4b7c-a52f-c642b8dcb2c9/22365928488-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/009a174f-2cf3-4b7c-a52f-c642b8dcb2c9/22365928488-250.jpg",
    "song": "Burning Sister",
    "track_id": null,
    "recording_id": "b985f083-36d8-4884-9f8a-ac7fa35d7ca5",
    "artist": "Amon Düül II",
    "artist_ids": [
        "9d78c6da-a415-4e1d-a55d-5e37b3bbc65d"
    ],
    "album": "Yeti",
    "release_id": null,
    "release_group_id": "9dc1970e-6e6c-3143-b775-a54197d2c38d",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amon Düül II are a German rock band from the 60s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}