Information about plays

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

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

{
    "id": 3569999,
    "uri": "https://api.kexp.org/v2/plays/3569999/?format=api",
    "airdate": "2025-10-25T23:00:52-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/2854baa6-80d3-4949-9912-c88bcb2d3a98/32596739598-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2854baa6-80d3-4949-9912-c88bcb2d3a98/32596739598-250.jpg",
    "song": "All Black and Hairy",
    "track_id": null,
    "recording_id": "3f08e15b-10d4-4dc3-aeae-5194ea2c9cca",
    "artist": "Screaming Lord Sutch",
    "artist_ids": [
        "e1079a78-75d4-4a1a-aef1-0be051386598"
    ],
    "album": "Monster Rock",
    "release_id": null,
    "release_group_id": "7235055c-7961-3f76-91cc-75222b7f1237",
    "labels": [
        "Dominion"
    ],
    "label_ids": [
        "19152e0a-22f7-40c6-9949-3d226f43740d"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For May and Catfood\n\nScreaming Lord Sutch was the founder of the Official Monster Raving Loony Party and served as its leader from 1983 to 1999, during which time he stood in numerous parliamentary elections. He holds the record for contesting the most Parliamentary elections: 39 between 1963 and 1997.\n\nRIP 1940-1999",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}