Information about plays

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

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

{
    "id": 3570210,
    "uri": "https://api.kexp.org/v2/plays/3570210/?format=api",
    "airdate": "2025-10-26T11:43:20-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up in Flames",
    "track_id": null,
    "recording_id": "5a413c1a-20ad-49d9-85f4-184aa6a5bad5",
    "artist": "Koko Taylor",
    "artist_ids": [
        "9ebffe22-c6e0-49bc-a6c2-f79a97bc38b3"
    ],
    "album": "Wild At Heart (Soundtrack)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Composed by Angelo Badalamenti and David Lynch for Lynch's western gothic film \"Wild at Heart\", starring Nicolas Cage, Laura Dern, William Dafoe, Crispin Glover, Diane Ladd, Isabella Rossellini and Harry Dean Stanton.\n\nRIP David Lynch who passed away earlier this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}