Information about plays

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

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

{
    "id": 3656156,
    "uri": "https://api.kexp.org/v2/plays/3656156/?format=api",
    "airdate": "2026-05-17T22:38:08-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persona Non Grata (Wordcolour Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "INGI",
    "artist_ids": [
        "6af3ad44-718a-497b-822e-5890fd26f4e8"
    ],
    "album": "Persona Non Grata",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ELASTICS"
    ],
    "label_ids": [
        "347bfe98-f544-4d75-9a95-b6266302dbde"
    ],
    "release_date": "2026-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ingi.bandcamp.com/album/persona-non-grata",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}