Information about plays

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

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

{
    "id": 3657121,
    "uri": "https://api.kexp.org/v2/plays/3657121/?format=api",
    "airdate": "2026-05-20T06:13:50-07:00",
    "show": 66765,
    "show_uri": "https://api.kexp.org/v2/shows/66765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Standard Model",
    "track_id": "ae21df5f-71d2-489c-bfa0-e1588e4e8915",
    "recording_id": "e1f071ad-5bac-41d6-a32b-e6914993ad01",
    "artist": "MORN",
    "artist_ids": [
        "03004281-fae9-4762-9e21-88717a9e3b7a"
    ],
    "album": "The Standard Model / I Watched You as Your Mind Slipped Far (Away from Me)",
    "release_id": "6111ba90-03b8-4448-9a35-db8274d14ab1",
    "release_group_id": "e07ca479-95b2-415d-b113-e9a7f1a8fb0b",
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2026-04-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from MORN, a London-based four-piece featuring two sets of siblings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}