Information about plays

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

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

{
    "id": 3656493,
    "uri": "https://api.kexp.org/v2/plays/3656493/?format=api",
    "airdate": "2026-05-18T18:03:38-07:00",
    "show": 66753,
    "show_uri": "https://api.kexp.org/v2/shows/66753/?format=api",
    "image_uri": "https://dn720709.ca.archive.org/0/items/mbid-6b3eda22-f9e6-4b90-8fea-68367ba48c49/mbid-6b3eda22-f9e6-4b90-8fea-68367ba48c49-43925221857_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-6b3eda22-f9e6-4b90-8fea-68367ba48c49/mbid-6b3eda22-f9e6-4b90-8fea-68367ba48c49-43925221857_thumb250.jpg",
    "song": "I Disappear",
    "track_id": "a9144045-d152-4ad6-97e8-4dd34c6c455a",
    "recording_id": "ab65d87e-671a-412d-8208-4a044e63abab",
    "artist": "New Constellations",
    "artist_ids": [
        "708c8fe9-af4f-4f3f-9c34-986c0b97caa3"
    ],
    "album": "It Comes in Waves",
    "release_id": "6b3eda22-f9e6-4b90-8fea-68367ba48c49",
    "release_group_id": "142cb6ab-efc1-4d6a-bc9c-e519baffe5a2",
    "labels": [
        "Nettwerk Music Group"
    ],
    "label_ids": [
        "dfd38a65-6c5e-4b70-aa63-26e2b4b85cbd"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}