Information about plays

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

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

{
    "id": 3550692,
    "uri": "https://api.kexp.org/v2/plays/3550692/?format=api",
    "airdate": "2025-09-09T03:02:42-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reef",
    "track_id": null,
    "recording_id": null,
    "artist": "Subjects",
    "artist_ids": [
        "9f7b0307-ac8b-483d-93fd-c45f9b852755"
    ],
    "album": "Subjects EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Deep Jungle Records"
    ],
    "label_ids": [
        "7e9de698-0475-4a05-8ce1-8d5e1445b5f4"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://deepjungle.bandcamp.com/album/dat109-subjects-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}