Information about plays

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

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

{
    "id": 3641220,
    "uri": "https://api.kexp.org/v2/plays/3641220/?format=api",
    "airdate": "2026-04-12T14:40:20-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-6d2787f1-f584-4a76-8a97-7926e96fd73e/mbid-6d2787f1-f584-4a76-8a97-7926e96fd73e-5236643887_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-6d2787f1-f584-4a76-8a97-7926e96fd73e/mbid-6d2787f1-f584-4a76-8a97-7926e96fd73e-5236643887_thumb250.jpg",
    "song": "Gutless",
    "track_id": "3a38fc6e-7755-3ffa-b558-f0bc62fddbbd",
    "recording_id": "6f13d1c4-e56f-4edb-94cc-c5cc3798443f",
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Live Through This",
    "release_id": "6d2787f1-f584-4a76-8a97-7926e96fd73e",
    "release_group_id": "fe676d05-f97c-303a-890b-da53c69e5d42",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1994-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy anniversary to this masterpiece!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}