Information about plays

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

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

{
    "id": 3578269,
    "uri": "https://api.kexp.org/v2/plays/3578269/?format=api",
    "airdate": "2025-11-15T00:05:00-08:00",
    "show": 65111,
    "show_uri": "https://api.kexp.org/v2/shows/65111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afro Puffs",
    "track_id": null,
    "recording_id": "971f49b8-7e4f-4cdf-9a0d-b7e714671592",
    "artist": "The Lady of Rage",
    "artist_ids": [
        "147a3ceb-ebeb-4ce8-96e6-b2b3616dca04"
    ],
    "album": "Death Row Uncut",
    "release_id": null,
    "release_group_id": "d0d55eed-c5a8-371b-be71-6291739d8837",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the 1994 video for The Lady Of Rage's 'Afro Puffs' here: https://www.youtube.com/watch?v=0vZApT1566E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}