Information about plays

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

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

{
    "id": 3584759,
    "uri": "https://api.kexp.org/v2/plays/3584759/?format=api",
    "airdate": "2025-11-29T22:55:28-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weapon",
    "track_id": null,
    "recording_id": "7f5f9834-cfe9-4d2f-9f93-52a9042ccff8",
    "artist": "The Onyas",
    "artist_ids": [
        "5ad2fb72-d1fe-4638-ae67-f69cdff7e742"
    ],
    "album": "Get Shitfaced With The Onyas",
    "release_id": null,
    "release_group_id": "1a3d5c82-6c59-474a-8169-db22b5ef3739",
    "labels": [
        "Au Go Go"
    ],
    "label_ids": [
        "8017c3e8-f1e2-4fd2-9c80-63c17467e7d0"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Onyas were formed in April 1991 in the Brisbane suburb of Jindalee, Queensland.  They recently played with Seattle greats, Zeke in Australia.\n\nhttps://www.facebook.com/theonyas/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}