Information about plays

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

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

{
    "id": 3562222,
    "uri": "https://api.kexp.org/v2/plays/3562222/?format=api",
    "airdate": "2025-10-07T04:02:54-07:00",
    "show": 64768,
    "show_uri": "https://api.kexp.org/v2/shows/64768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "3am cruise",
    "track_id": null,
    "recording_id": null,
    "artist": "Daisuke Tanabe",
    "artist_ids": [
        "0202dbd6-a1b1-409c-af42-a88cde806ed8"
    ],
    "album": "Hole On Layers",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from the Japanese artist out October 24th\n\nhttps://daisuketanabe.bandcamp.com/album/hole-on-layers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}