Information about plays

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

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

{
    "id": 3581659,
    "uri": "https://api.kexp.org/v2/plays/3581659/?format=api",
    "airdate": "2025-11-22T22:11:58-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/8fe4b444-dcd4-4fcd-a0cf-55d0051cfa87/32184384647-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8fe4b444-dcd4-4fcd-a0cf-55d0051cfa87/32184384647-250.jpg",
    "song": "Ded Wurst",
    "track_id": null,
    "recording_id": "c7fc820f-cfa5-4cdd-b76c-0584076e258f",
    "artist": "DITZ",
    "artist_ids": [
        "bd0f9f45-22c2-4566-b2cc-3c255ceb6e76"
    ],
    "album": "The Great Regression",
    "release_id": null,
    "release_group_id": "2b2b887e-dbce-46b2-a6db-629e801eb666",
    "labels": [
        "Alcopop! Records"
    ],
    "label_ids": [
        "47c64967-c465-4a35-84f3-09bd49d7d008"
    ],
    "release_date": "2022-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brighton's DITZ just released an EP, Don Enzo Magic Carpet Salesman / Kalimba Song last month.\n\nhttps://ditzband.bandcamp.com/\nhttps://ditzband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}