Information about plays

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

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

{
    "id": 3631452,
    "uri": "https://api.kexp.org/v2/plays/3631452/?format=api",
    "airdate": "2026-03-20T11:31:34-07:00",
    "show": 66230,
    "show_uri": "https://api.kexp.org/v2/shows/66230/?format=api",
    "image_uri": "https://dn711206.ca.archive.org/0/items/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68-40573830276_thumb500.jpg",
    "thumbnail_uri": "https://dn711206.ca.archive.org/0/items/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68/mbid-762a631e-0dfa-462f-aff4-ec0ae6526f68-40573830276_thumb250.jpg",
    "song": "Bottle Up and Explode!",
    "track_id": "66d6d730-4b2c-3043-b8e8-98fb0cdf8ebd",
    "recording_id": "a296f28f-70a3-4625-b604-1c9b46bdebcf",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "XO",
    "release_id": "762a631e-0dfa-462f-aff4-ec0ae6526f68",
    "release_group_id": "2474294f-edb2-3837-83d7-0b7716e2549f",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"An acclaimed singer/songwriter with a distinctively melancholic sound, Elliott Smith was a member of the thriving music scene of Portland, Oregon in the mid-'90s when he began releasing a series of highly influential solo albums.\" \n\nhttps://www.allmusic.com/artist/elliott-smith-mn0000172167#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}