Information about plays

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

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

{
    "id": 3537817,
    "uri": "https://api.kexp.org/v2/plays/3537817/?format=api",
    "airdate": "2025-08-09T06:52:24-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "https://coverartarchive.org/release/696b4082-c965-442b-b3f1-633a7b5e60a5/34675170596-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/696b4082-c965-442b-b3f1-633a7b5e60a5/34675170596-250.jpg",
    "song": "you’re a parasite",
    "track_id": null,
    "recording_id": "bfde7812-0e96-47fe-bb36-68b7ffd954c7",
    "artist": "Riovaz",
    "artist_ids": [
        "0f5d9fa6-fb8e-4d1b-863f-5e7e27ba869d"
    ],
    "album": "you’re a parasite",
    "release_id": null,
    "release_group_id": "713e4735-231f-40ad-9b20-4d4d45d07c93",
    "labels": [
        "Darkroom/Geffen Records"
    ],
    "label_ids": [],
    "release_date": "2022-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}