Information about plays

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

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

{
    "id": 3572479,
    "uri": "https://api.kexp.org/v2/plays/3572479/?format=api",
    "airdate": "2025-11-01T05:07:45-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Don't Fear) the Reaper",
    "track_id": null,
    "recording_id": "6f829e65-0261-4283-865f-ca0b588790a5",
    "artist": "Keep Shelly in Athens",
    "artist_ids": [
        "322855bb-f33b-4208-9205-defe72a20a97"
    ],
    "album": "(Don't Fear) the Reaper",
    "release_id": null,
    "release_group_id": "22566870-dc49-4f68-9ee2-09d99ee3a70d",
    "labels": [
        "Athenian Aura Recordings"
    ],
    "label_ids": [
        "dd219fc9-b52b-49d0-8ab1-3f667d9c4004"
    ],
    "release_date": "2019-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "covering  Blue Öyster Cult",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}