Information about plays

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

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

{
    "id": 3657318,
    "uri": "https://api.kexp.org/v2/plays/3657318/?format=api",
    "airdate": "2026-05-20T17:18:23-07:00",
    "show": 66769,
    "show_uri": "https://api.kexp.org/v2/shows/66769/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb250.jpg",
    "song": "The Model",
    "track_id": "4b446652-de7a-3dd4-b2a0-b7f9f77532ec",
    "recording_id": "591c803c-dcbb-4962-8122-7f62aa7179ae",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Man-Machine",
    "release_id": "081a744e-ad3c-3127-927d-6e7ed3ac0423",
    "release_group_id": "d147e89b-90ca-35b6-9f7b-3e34b8edf63f",
    "labels": [
        "Mute",
        "Kling Klang"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Eric and the shipyard buddies in Peabody, MA!\n\nLove the moog synthesizer in this song? Tune in tomorrow where Evie will be playing all songs with this instrumented invented by Robert Moog in 1964!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}