Information about plays

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

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

{
    "id": 3584808,
    "uri": "https://api.kexp.org/v2/plays/3584808/?format=api",
    "airdate": "2025-11-30T01:39:36-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unbound",
    "track_id": null,
    "recording_id": null,
    "artist": "Phobocosm",
    "artist_ids": [
        "edcdcecb-0820-4c85-a179-77472c20d926"
    ],
    "album": "Gateway",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [
        "62a84932-c6c3-4cac-88f5-e41460e2fa13"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new fourth full length release from this band out of Montreal.\n\nhttps://darkdescentrecords.bandcamp.com/album/gateway\nhttps://www.facebook.com/Phobocosm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}