Information about plays

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

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

{
    "id": 3616915,
    "uri": "https://api.kexp.org/v2/plays/3616915/?format=api",
    "airdate": "2026-02-13T09:07:51-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Train to Clarksville (stereo mix)",
    "track_id": "aff565a9-c1d6-33a7-bc30-fed322ab5048",
    "recording_id": "f99a25b3-1129-4eb4-9565-8dde1c1cd6c5",
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "The Monkees",
    "release_id": "08e916f6-07ca-3dc6-84bc-dd67decd699b",
    "release_group_id": "48e8b712-4f5d-34e0-9492-22f936854662",
    "labels": [
        "Colgems"
    ],
    "label_ids": [
        "4f805647-c716-4b06-90c8-f7a913c48503"
    ],
    "release_date": "1966-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is the birthday of Peter Halsten Thorkelson (Peter Tork), born on this date in 1942.  He died in 2019 at age 77. Here's an obituary from the NY Times: https://www.nytimes.com/2019/02/21/obituaries/peter-tork-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}