Information about plays

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

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

{
    "id": 3546976,
    "uri": "https://api.kexp.org/v2/plays/3546976/?format=api",
    "airdate": "2025-08-31T01:19:59-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/da9861fc-fcfb-4f45-a7a2-8ab337c30fae/7824358646-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da9861fc-fcfb-4f45-a7a2-8ab337c30fae/7824358646-250.jpg",
    "song": "Aphel - Die schwarze Schlange",
    "track_id": null,
    "recording_id": "1cc6b057-904c-4f29-a8e1-605a2f6bce85",
    "artist": "Bethlehem",
    "artist_ids": [
        "45ec8daf-e54f-4773-be87-407d950b8ae7"
    ],
    "album": "Dictius te necare",
    "release_id": null,
    "release_group_id": "ba8c0345-2fdd-3fde-a5af-080abe37ed1d",
    "labels": [
        "Prophecy Productions"
    ],
    "label_ids": [
        "088a84f0-5b06-4eb9-906d-e42343ab15af"
    ],
    "release_date": "1996-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Adam\n\nRIP Jürgen Bartsch 1962-2025\n\nhttps://bethlehem.bandcamp.com/\nhttps://www.facebook.com/bethlehemofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}