Information about plays

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

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

{
    "id": 3578774,
    "uri": "https://api.kexp.org/v2/plays/3578774/?format=api",
    "airdate": "2025-11-16T00:40:32-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/c43d38fa-2791-4ff9-b326-375b3fbb89c5/13898212562-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c43d38fa-2791-4ff9-b326-375b3fbb89c5/13898212562-250.jpg",
    "song": "Black Sorcerer",
    "track_id": null,
    "recording_id": "fa294286-9914-4045-b91b-54406fb225c1",
    "artist": "Witches",
    "artist_ids": [
        "f586a74f-55b4-48f6-93fa-220319c7d80f"
    ],
    "album": "3.4.1",
    "release_id": null,
    "release_group_id": "4b5b315f-2531-4560-9d90-c7dd6956e03d",
    "labels": [
        "Abathrash"
    ],
    "label_ids": [],
    "release_date": "1994-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Dec 86, WITCHES was the first band in France with female metal vocals!\n\nhttps://witchesmetal.bandcamp.com/\nhttps://www.witches.fr/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}