Information about plays

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

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

{
    "id": 3565816,
    "uri": "https://api.kexp.org/v2/plays/3565816/?format=api",
    "airdate": "2025-10-16T10:22:00-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taxes",
    "track_id": null,
    "recording_id": null,
    "artist": "Geese",
    "artist_ids": [
        "e0c97a4d-c392-41a9-a374-57af3e3eeab3"
    ],
    "album": "Getting Killed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geese were the musical guests on a recent episode of the recently restored Jimmy Kimmel Live!, performing “Taxes,” from new album 'Getting Killed'.\nhttps://pitchfork.com/news/watch-geese-perform-taxes-on-kimmel/\n--\nGeese are currently on tour in support of their new album. These shows are sold out, but you can try to catch them at these upcoming local stops:\n- Friday, October 24th in Seattle at Showbox\n- Tuesday, October 28th in San Francisco at The Regency Ballroom\n\nhttps://geeseband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}