Information about plays

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

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

{
    "id": 3636326,
    "uri": "https://api.kexp.org/v2/plays/3636326/?format=api",
    "airdate": "2026-04-01T05:49:07-07:00",
    "show": 66335,
    "show_uri": "https://api.kexp.org/v2/shows/66335/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb250.jpg",
    "song": "It Could Be Sweet",
    "track_id": "5dff6172-4275-3557-8e10-82d6bb8d4b22",
    "recording_id": "c837f888-d471-4b07-bcbc-1b9f7406ec1a",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": "76df3287-6cda-33eb-8e9a-044b5e15ffdd",
    "release_group_id": "48140466-cff6-3222-bd55-63c27e43190d",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Portishead's debut album, \"It Could Be Sweet\" was written by front woman Beth Gibbons before the formation of Portishead. After the band formed, they were so amazed by Beth’s singing on her demo version that they had to remake it and include it on the album. Gibbons did a solo tour earlier this year which was in support of her debut solo album, \"Lives Outgrown\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}