Information about plays

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

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

{
    "id": 3640925,
    "uri": "https://api.kexp.org/v2/plays/3640925/?format=api",
    "airdate": "2026-04-11T21:15:40-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-27200d33-d1aa-4f61-8a3a-c75dbef88e01/mbid-27200d33-d1aa-4f61-8a3a-c75dbef88e01-9518395908_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-27200d33-d1aa-4f61-8a3a-c75dbef88e01/mbid-27200d33-d1aa-4f61-8a3a-c75dbef88e01-9518395908_thumb250.jpg",
    "song": "Classifieds",
    "track_id": "3f8eaf27-e61e-32c4-9249-e22b9ae241c7",
    "recording_id": "3c230ef7-0dd8-49e2-844f-c77bfb3892c6",
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "The Last Dog and Pony Show",
    "release_id": "27200d33-d1aa-4f61-8a3a-c75dbef88e01",
    "release_group_id": "9c9a3eaa-1047-36f3-9217-2b011615403c",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1998-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}