Information about plays

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

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

{
    "id": 3578318,
    "uri": "https://api.kexp.org/v2/plays/3578318/?format=api",
    "airdate": "2025-11-15T02:24:59-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "https://coverartarchive.org/release/75e3d0c4-ce92-4cfd-a7f9-d020f260af0d/22193332217-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75e3d0c4-ce92-4cfd-a7f9-d020f260af0d/22193332217-250.jpg",
    "song": "Passionkiller",
    "track_id": null,
    "recording_id": "73c0ce1f-e78a-46e8-bf55-149f2af2fe3f",
    "artist": "Das Kabinette",
    "artist_ids": [
        "70d5aeaa-7761-4ce4-b70b-4fa947805884"
    ],
    "album": "Spy Thriller",
    "release_id": null,
    "release_group_id": "d83f3a45-0bed-3a19-982a-5266c5e24326",
    "labels": [
        "Minimal Wave"
    ],
    "label_ids": [
        "0add585b-3b49-4f62-8fb0-8e273eee075d"
    ],
    "release_date": "2008-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://daskabinette.bandcamp.com/album/spy-thriller",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}