Information about plays

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

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

{
    "id": 3598900,
    "uri": "https://api.kexp.org/v2/plays/3598900/?format=api",
    "airdate": "2026-01-01T17:09:57-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "https://ia801500.us.archive.org/18/items/mbid-a6ef752e-989a-4867-966b-f54fec66d786/mbid-a6ef752e-989a-4867-966b-f54fec66d786-23815720596_thumb500.jpg",
    "thumbnail_uri": "https://ia601500.us.archive.org/18/items/mbid-a6ef752e-989a-4867-966b-f54fec66d786/mbid-a6ef752e-989a-4867-966b-f54fec66d786-23815720596_thumb250.jpg",
    "song": "Hand Springs",
    "track_id": "5d634fdb-ff5e-3ba3-bf86-9d7750ba242f",
    "recording_id": "259c5ca4-12f4-4c31-a34d-e2979ca4961b",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "White Blood Cells Bonus Tracks",
    "release_id": "a6ef752e-989a-4867-966b-f54fec66d786",
    "release_group_id": "eee03c6d-eb1c-3fe0-975a-ae329ba7b4e3",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third studio album by the White Stripes.\n--\nThe White Stripes were inducted into the Rock & Roll Hall of Fame this past year: https://rockhall.com/inductees/white-stripes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}