Information about plays

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

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

{
    "id": 3559473,
    "uri": "https://api.kexp.org/v2/plays/3559473/?format=api",
    "airdate": "2025-09-30T03:04:29-07:00",
    "show": 64705,
    "show_uri": "https://api.kexp.org/v2/shows/64705/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Inside",
    "track_id": null,
    "recording_id": null,
    "artist": "Tim Clay",
    "artist_ids": [
        "90a3d6dd-650d-4bc3-88ee-f76ce79eaf0d"
    ],
    "album": "Future Nostalgia",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Function Records"
    ],
    "label_ids": [
        "6b091248-68a8-49c9-b2af-1fe06dc357d2"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://functionrecordsuk.bandcamp.com/album/future-nostalgia-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}