Information about plays

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

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

{
    "id": 3608497,
    "uri": "https://api.kexp.org/v2/plays/3608497/?format=api",
    "airdate": "2026-01-24T12:44:05-08:00",
    "show": 65743,
    "show_uri": "https://api.kexp.org/v2/shows/65743/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undone",
    "track_id": "2063fd4c-f110-415e-a9ed-73c5d27f7f17",
    "recording_id": "c3de552f-806c-4c07-a689-ad1f39fb42f2",
    "artist": "The Shivas",
    "artist_ids": [
        "50bb2d85-7a6b-4457-b995-9c1074c17d52"
    ],
    "album": "Feels So Good // Feels So Bad",
    "release_id": "2b12b2aa-982d-4d83-8298-1f3c5e007970",
    "release_group_id": "95e2b326-9133-4e4f-8f59-18a072e6ac6a",
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2021-09-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland psych-rock band The Shivas' fifth full-length, \"Feels So Good // Feels So Bad,\" an album they say was inspired by self-acceptance. “I do think it’s about acceptance,” Drummer/vocalist Kristin Leonard says in a press release. “There’s a weird relaxation that comes with being at peace with things you can’t control or have regrets about.” \n--\nGet this song as a free KEXP Song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2021/10/1/shivas-undone/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}