Information about plays

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

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

{
    "id": 3598491,
    "uri": "https://api.kexp.org/v2/plays/3598491/?format=api",
    "airdate": "2025-12-31T15:30:44-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ice of Boston",
    "track_id": "cc242bfd-17da-3f97-a055-aee131da4f41",
    "recording_id": "de394348-a30c-477e-b1d5-23a546c4940a",
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "The Ice of Boston",
    "release_id": "fc26bf85-1c77-4d54-bbf3-9250a56f4913",
    "release_group_id": "0863d0f5-617e-3651-8937-788492cf9cca",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1998-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“The Ice of Boston” by The Dismemberment Plan was written by Joe Easley, Jason Caddell, Eric Axelson & Travis Morrison.\n--\nThe song chronicles Travis' disastrous New Year’s Eve and ends on New Year’s Day.  Here are the lyrics: https://genius.com/The-dismemberment-plan-the-ice-of-boston-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}