Information about plays

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

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

{
    "id": 3545359,
    "uri": "https://api.kexp.org/v2/plays/3545359/?format=api",
    "airdate": "2025-08-27T04:37:47-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia600605.us.archive.org/4/items/mbid-b8544f08-448e-4b1e-8060-cdc362146b14/mbid-b8544f08-448e-4b1e-8060-cdc362146b14-21064951128_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/4/items/mbid-b8544f08-448e-4b1e-8060-cdc362146b14/mbid-b8544f08-448e-4b1e-8060-cdc362146b14-21064951128_thumb250.jpg",
    "song": "Feel It Still",
    "track_id": "1c315398-695c-4613-93e6-b6580eda9dd7",
    "recording_id": "2d6428ee-7ce2-4a86-988a-0bbb5a7db660",
    "artist": "Portugal. The Man",
    "artist_ids": [
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b"
    ],
    "album": "Woodstock",
    "release_id": "b8544f08-448e-4b1e-8060-cdc362146b14",
    "release_group_id": "d18f6a72-abf4-4dc0-9bef-89c31d8ee877",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Nov. 6th @ Revolution Hall in PDX\nNov. 9th @ The Showbox in Seattle\nNov. 11 @ Fox Theater in Oakland \nw/ Ya Tseen \n\n\"Feel It Still\" uses the melody of The Marvelettes' 1961 hit \"Please Mr. Postman.\" They included a credit for Motown songwriter Brian Holland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}