Information about plays

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

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

{
    "id": 3578319,
    "uri": "https://api.kexp.org/v2/plays/3578319/?format=api",
    "airdate": "2025-11-15T02:29:56-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Whole Vampire Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "moonvampire",
    "artist_ids": [
        "7b64bf42-f815-4e69-b9e5-6be4681bd87e"
    ],
    "album": "Weird Tales",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://moonvampire.bandcamp.com/album/weird-tales",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}