Information about plays

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

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

{
    "id": 3548634,
    "uri": "https://api.kexp.org/v2/plays/3548634/?format=api",
    "airdate": "2025-09-04T00:37:05-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What I Mean",
    "track_id": null,
    "recording_id": null,
    "artist": "Baby Berserk",
    "artist_ids": [
        "98a986b6-0aa4-49d8-9f24-77893afef2ae"
    ],
    "album": "What I Mean",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2020-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://babyberserk.bandcamp.com/album/what-i-mean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}