Information about plays

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

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

{
    "id": 3604582,
    "uri": "https://api.kexp.org/v2/plays/3604582/?format=api",
    "airdate": "2026-01-15T07:09:27-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here’s Where the Story Ends",
    "track_id": null,
    "recording_id": "78e00040-d869-4759-992d-7c7b794f82fa",
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Reading, Writing and Arithmetic",
    "release_id": null,
    "release_group_id": "a3915909-20c5-3dc5-931f-f0f9023bf2d8",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1990-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NOTE: Two songs in...buckle up for an amazing show as the story is just beginning! \n--\n\"Here’s Where The Story Ends\" was the band's breakthrough hit in the United States for English Band, The Sundays. The song reached number one on the Billboard Modern Rock Tracks chart!\n–\nCheck out the music video:\nhttps://www.youtube.com/watch?v=2HV5KfE4xMA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}