Information about plays

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

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

{
    "id": 3578791,
    "uri": "https://api.kexp.org/v2/plays/3578791/?format=api",
    "airdate": "2025-11-16T01:43:24-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/20ec3e25-7712-3e31-ac5e-5f04e3bc5b77/21355465839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20ec3e25-7712-3e31-ac5e-5f04e3bc5b77/21355465839-250.jpg",
    "song": "Meteor",
    "track_id": null,
    "recording_id": "f40ed6d3-5029-4878-aa8c-13520dc2ad70",
    "artist": "Voivod",
    "artist_ids": [
        "66cb12f6-6502-486d-bf67-efd5bdaee6ac"
    ],
    "album": "Negatron",
    "release_id": null,
    "release_group_id": "0b310a02-60f3-390a-b0a0-b11eebe2a7dc",
    "labels": [
        "Mausoleum"
    ],
    "label_ids": [
        "0b0cf913-6847-4914-9bad-7b4edc975f19"
    ],
    "release_date": "1995-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Voivod is named after a fictional character created by Voivod drummer, Michel Langevin, according to whom, he is \"an antihero, a vampire lord in a post-nuclear age, immortal and unstoppable.\n\nhttps://www.voivod.com/\nhttps://www.facebook.com/Voivod",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}