Information about plays

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

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

{
    "id": 3628825,
    "uri": "https://api.kexp.org/v2/plays/3628825/?format=api",
    "airdate": "2026-03-14T14:22:50-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c-44436221938_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c-44436221938_thumb250.jpg",
    "song": "Souvenir",
    "track_id": "c5147db9-619b-487d-8418-41ce64bcdad7",
    "recording_id": "e6fe3719-d56c-4eae-a545-0b63ecfe1726",
    "artist": "Jerry Paper",
    "artist_ids": [
        "b5d177c8-a3bf-47ab-8e66-aae394b380cc"
    ],
    "album": "BOiNK!",
    "release_id": "9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c",
    "release_group_id": "a32dcdc3-ab84-4e08-bb21-c2bc94a740c3",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jerry Paper is the project of Los Angeles-based musician Lucas Nathan, known for their unique blend of synth-pop, jazz-rock, and quirky, persona-driven songwriting. They’ve got a new EP coming out on March 20th, titled BOiNK!, which includes this cover of the OMD classic. More info: https://jerrypaper.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}