Information about plays

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

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

{
    "id": 3575784,
    "uri": "https://api.kexp.org/v2/plays/3575784/?format=api",
    "airdate": "2025-11-08T23:24:58-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Only Alcohol",
    "track_id": null,
    "recording_id": "ffec240e-373c-4a84-b4c3-c7adba3383c3",
    "artist": "The Freeze",
    "artist_ids": [
        "37dee6ec-df31-408d-9608-64b0af97340c"
    ],
    "album": "Double Dosed",
    "release_id": null,
    "release_group_id": "6d250952-ef32-48a3-b842-56895c54712e",
    "labels": [
        "Bitzcore"
    ],
    "label_ids": [
        "aed0e592-cbb9-4cdd-a398-440a7e959300"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Cape Cod, MA in 1978\n\n\nhttps://thefreeze1.bandcamp.com/album/double-dosed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}