Information about plays

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

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

{
    "id": 3578870,
    "uri": "https://api.kexp.org/v2/plays/3578870/?format=api",
    "airdate": "2025-11-16T06:38:47-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Farväl sommar",
    "track_id": null,
    "recording_id": null,
    "artist": "Snufmumriko",
    "artist_ids": [
        "c250e30b-d01b-4808-b5c9-c7db7b2b4da1"
    ],
    "album": "Sent i november",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lagerstätte"
    ],
    "label_ids": [
        "c1d8357f-86ee-4b3d-8d44-d5a9796beaae"
    ],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track to a new release from Swedish artist Ingmar Wennerberg aka Snufmumriko ~ https://lagerstaette.bandcamp.com/album/sent-i-november",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}