Information about plays

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

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

{
    "id": 3621915,
    "uri": "https://api.kexp.org/v2/plays/3621915/?format=api",
    "airdate": "2026-02-25T01:16:21-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d-1726318330_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d/mbid-07c7d680-5937-4c61-b7e3-55b1be5be47d-1726318330_thumb250.jpg",
    "song": "Manhattan",
    "track_id": "0764fec9-0c89-3e6a-a248-f42247488cbd",
    "recording_id": "0dc6539b-f21d-4f82-8ad7-08af115f7ebe",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Sun",
    "release_id": "07c7d680-5937-4c61-b7e3-55b1be5be47d",
    "release_group_id": "71ca1851-2de4-42e4-b72e-40917118dfa9",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2012-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charlyn Marie \"Chan\" Marshall, better known by her stage name Cat Power, is a singer-songwriter, musician, occasional actress, and model. Cat Power was originally the name of Marshall's first band, but has become her stage name as a solo artist.\nhttps://www.catpowermusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}