Information about plays

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

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

{
    "id": 3656659,
    "uri": "https://api.kexp.org/v2/plays/3656659/?format=api",
    "airdate": "2026-05-19T03:09:03-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle Request",
    "track_id": null,
    "recording_id": null,
    "artist": "Neekeetone",
    "artist_ids": [
        "d1ff0a50-f809-40fc-82dc-27c2c069228a"
    ],
    "album": "Patreon Dub Pack 01",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2023-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://neekeetone.bandcamp.com/album/patreon-dub-pack-01",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}