Information about plays

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

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

{
    "id": 3548061,
    "uri": "https://api.kexp.org/v2/plays/3548061/?format=api",
    "airdate": "2025-09-02T16:20:14-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia800609.us.archive.org/16/items/mbid-2fa9ccc0-5831-4144-914a-9b1aba84c6b8/mbid-2fa9ccc0-5831-4144-914a-9b1aba84c6b8-23396283025_thumb500.jpg",
    "thumbnail_uri": "https://ia600609.us.archive.org/16/items/mbid-2fa9ccc0-5831-4144-914a-9b1aba84c6b8/mbid-2fa9ccc0-5831-4144-914a-9b1aba84c6b8-23396283025_thumb250.jpg",
    "song": "Clarity",
    "track_id": "2d9f9ded-795f-4000-8ec1-4d90908caf7a",
    "recording_id": "85bf7112-200f-4e6a-a99d-dfa17d824130",
    "artist": "Hammock",
    "artist_ids": [
        "5b9d784c-33eb-4a78-a976-c97b672370fa"
    ],
    "album": "Everything and Nothing",
    "release_id": "c4eb9fb7-8afd-480e-a415-b4734fc0ae3a",
    "release_group_id": "31b1be7e-8a5f-4966-a3ab-3dff8521de67",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n___\n\n17 years since their formation in Nashville, Hammock is instrumental music with a unique sound that melds elements of ambient, electronic, and neoclassical. Get this 2016 track here: https://hammock.bandcamp.com/track/clarity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}