Information about plays

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

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

{
    "id": 3541980,
    "uri": "https://api.kexp.org/v2/plays/3541980/?format=api",
    "airdate": "2025-08-19T07:50:14-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia801608.us.archive.org/14/items/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e-18047694847_thumb500.jpg",
    "thumbnail_uri": "https://ia601608.us.archive.org/14/items/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e/mbid-0a5aa565-8158-4e81-9776-af8044f6cc1e-18047694847_thumb250.jpg",
    "song": "Ballad of Big Nothing",
    "track_id": "9574f28a-5771-3e8c-a6e8-623389064599",
    "recording_id": "bbe30bb2-84cd-44a1-9c43-4cfaea29079e",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Either/Or",
    "release_id": "0a5aa565-8158-4e81-9776-af8044f6cc1e",
    "release_group_id": "dfb85157-313b-3f5f-8739-a5162bcb6345",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "'Either/Or' is Eilliot Smith's third studio album and was recorded primarily in Portland, OR, while Smith was still a member of Heatmiser.\n\nListen to the alternate take of the song his former label, Kill Rock Star, released: https://elliottsmith.bandcamp.com/track/ballad-of-big-nothing-alternate-vocal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}