Information about plays

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

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

{
    "id": 3572895,
    "uri": "https://api.kexp.org/v2/plays/3572895/?format=api",
    "airdate": "2025-11-02T01:58:35-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/10ee76c0-bcf1-4884-a058-86c39544d7f0/11942198214-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10ee76c0-bcf1-4884-a058-86c39544d7f0/11942198214-250.jpg",
    "song": "Cenotaph",
    "track_id": null,
    "recording_id": "37afc4e1-2eef-48ad-8721-9ebf2c82c4d4",
    "artist": "Bolt Thrower",
    "artist_ids": [
        "68bd8072-0412-44b1-81dd-807aa6c1918c"
    ],
    "album": "War Master",
    "release_id": null,
    "release_group_id": "9081f911-be33-39d5-81bf-281e324874ba",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1991-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "1:13:39\n\nFor Christine in SF\n\nhttps://bolt-thrower.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}