Information about plays

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

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

{
    "id": 3602870,
    "uri": "https://api.kexp.org/v2/plays/3602870/?format=api",
    "airdate": "2026-01-11T01:01:41-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War and Pain",
    "track_id": null,
    "recording_id": "46ff50eb-0d86-4969-9a4f-49f9a2b25db9",
    "artist": "Voivod",
    "artist_ids": [
        "66cb12f6-6502-486d-bf67-efd5bdaee6ac"
    ],
    "album": "War and Pain",
    "release_id": null,
    "release_group_id": "8b10d45d-32b4-3c65-a60c-5a6f4b03ec75",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "1984-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Voivod has joined the bill for this year's Hell's Heroes Fest in Houston, TX March 19th through the 21st along with Coven, Midnight, Toxic Holocaust, and many more.\n\nhttps://www.voivod.com/\nhttps://www.musicfestivalwizard.com/festivals/hells-heroes-festival-2026/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}