Information about plays

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

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

{
    "id": 3608295,
    "uri": "https://api.kexp.org/v2/plays/3608295/?format=api",
    "airdate": "2026-01-24T02:12:32-08:00",
    "show": 65738,
    "show_uri": "https://api.kexp.org/v2/shows/65738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Onschuld",
    "track_id": null,
    "recording_id": null,
    "artist": "Desinteresse",
    "artist_ids": [
        "ab8be0e1-ce33-4a0e-a5e5-32a15583d07d"
    ],
    "album": "Onschuld",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fabrika Records"
    ],
    "label_ids": [
        "6fc53400-8647-4cd7-a96f-d06f9e7dee34"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://desinteresse.bandcamp.com/album/onschuld",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}