Information about plays

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

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

{
    "id": 3561463,
    "uri": "https://api.kexp.org/v2/plays/3561463/?format=api",
    "airdate": "2025-10-05T01:12:42-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4d973a3-6950-4de9-8e1a-0a401c3a4dc5/30271024561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4d973a3-6950-4de9-8e1a-0a401c3a4dc5/30271024561-250.jpg",
    "song": "Slaughtering the Guardian Monsters",
    "track_id": null,
    "recording_id": "037ff07e-528b-4998-b628-23d30c655d2a",
    "artist": "Oxygen Destroyer",
    "artist_ids": [
        "15c77742-377b-46e2-9762-97db6594af19"
    ],
    "album": "Sinister Monstrosities Spawned by the Unfathomable Ignorance of Humankind",
    "release_id": null,
    "release_group_id": "5a286733-c759-468e-adb7-5ec800a44714",
    "labels": [
        "Redefining Darkness Records"
    ],
    "label_ids": [
        "cee8acff-3efa-42b6-a9ad-880bb652b157"
    ],
    "release_date": "2021-08-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Oxygen Destroyer released an incredible box set earlier this year via Redefining Darkness.\nhttps://oxygen-destroyer.bandcamp.com/album/guardian-of-the-universe\nhttps://brutalthrashingkaijumetal.bandcamp.com/\nhttps://www.facebook.com/KaijuConjuringDeathMetal#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}