Information about plays

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

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

{
    "id": 3632506,
    "uri": "https://api.kexp.org/v2/plays/3632506/?format=api",
    "airdate": "2026-03-22T21:01:48-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Time Is Now",
    "track_id": null,
    "recording_id": null,
    "artist": "Waajeed",
    "artist_ids": [
        "aa381f41-9b83-4260-b1bc-cbe72207fc46"
    ],
    "album": "Acts of Love Mixtape: Act Three",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DIRT TECH RECK"
    ],
    "label_ids": [
        "62c79193-1ba8-4532-9e51-1d42bb60c19d"
    ],
    "release_date": "2022-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kicking it of with...Waajeed, of course!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}