Information about plays

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

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

{
    "id": 3571530,
    "uri": "https://api.kexp.org/v2/plays/3571530/?format=api",
    "airdate": "2025-10-29T20:07:45-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ee516cb-ebdc-47f2-a0ed-f5503e332b0e/34552421792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ee516cb-ebdc-47f2-a0ed-f5503e332b0e/34552421792-250.jpg",
    "song": "Slave of Fear",
    "track_id": null,
    "recording_id": "f1392321-6443-49c5-a59b-a167d588f6f5",
    "artist": "Stone Axe",
    "artist_ids": [
        "c3c5b0fe-9934-4426-abc4-3d954dbf5276"
    ],
    "album": "Slave of Fear / Snakebite",
    "release_id": null,
    "release_group_id": "1edd3b4b-53e9-4d12-9310-38b75ffa57bf",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also on Numero Group's 2014 Compilation record 'Warfaring Strangers: Darkscorch Canticles'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}