Information about plays

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

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

{
    "id": 3608050,
    "uri": "https://api.kexp.org/v2/plays/3608050/?format=api",
    "airdate": "2026-01-23T12:30:02-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Roller",
    "track_id": "01948cce-77de-4d7b-9f5a-0b6d3a5cae3a",
    "recording_id": "b64a5579-68aa-4b5a-8023-e41875414f63",
    "artist": "The Format",
    "artist_ids": [
        "81b07a2a-cdf0-4c5e-a68c-8d910e1f0ea6"
    ],
    "album": "Boycott Heaven",
    "release_id": "7c2f54c6-00fc-4a3a-ad96-1ffb46539927",
    "release_group_id": "e7a05483-5ef7-4729-abd7-522c8a935288",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Phoenix, The Format's new album, Boycott Heaven, is out today! \nhttps://theformat.bandcamp.com/\n\nYou can catch them on tour soon:\n\n-Seattle this Tuesday, January 27th at Easy Street Records for an in-store show and signing \n\n-Seattle on April 13th at the Moore Theatre\n\n-SF on April 16th at 17th at the Castro Theatre\n\nhttps://www.theformat.com/home/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}