Information about plays

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

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

{
    "id": 3628594,
    "uri": "https://api.kexp.org/v2/plays/3628594/?format=api",
    "airdate": "2026-03-14T01:31:01-07:00",
    "show": 66174,
    "show_uri": "https://api.kexp.org/v2/shows/66174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hitchhike To Biscuitland",
    "track_id": null,
    "recording_id": null,
    "artist": "Echo West",
    "artist_ids": [
        "ada44562-8457-470d-86c7-06b64bdfd9f9"
    ],
    "album": "In Pop We Trust",
    "release_id": null,
    "release_group_id": "94fe31a5-be1d-3910-8ed0-8197e1919e98",
    "labels": [
        "Dark Vinyl Records"
    ],
    "label_ids": [
        "3baad725-62ef-4aaf-b6a3-6be883627f52"
    ],
    "release_date": "2006-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://echowest.bandcamp.com/album/in-pop-we-trust",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}