Information about plays

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

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

{
    "id": 3582223,
    "uri": "https://api.kexp.org/v2/plays/3582223/?format=api",
    "airdate": "2025-11-24T06:18:39-08:00",
    "show": 65196,
    "show_uri": "https://api.kexp.org/v2/shows/65196/?format=api",
    "image_uri": "https://ia801605.us.archive.org/23/items/mbid-ca771076-b097-403f-a323-376eae46d19f/mbid-ca771076-b097-403f-a323-376eae46d19f-8160999604_thumb500.jpg",
    "thumbnail_uri": "https://ia601605.us.archive.org/23/items/mbid-ca771076-b097-403f-a323-376eae46d19f/mbid-ca771076-b097-403f-a323-376eae46d19f-8160999604_thumb250.jpg",
    "song": "Vietnam",
    "track_id": "86b06052-557d-3482-9e59-8783937838c0",
    "recording_id": "208b20b4-6936-4c20-9f49-9571cd43db95",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "Anthology",
    "release_id": "ca771076-b097-403f-a323-376eae46d19f",
    "release_group_id": "a9e9dffe-ce2e-3f5a-82cb-de7926d6c494",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2003-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Jimmy Cliff.\n\nThe lyrics of \"Vietnam\" tell of a soldier serving there who writes to friends about his return home. Instead, the soldier’s mother receives a telegram notifying her of his death. \n\nAccording to songwriter and singer Jimmy Cliff, the song was based on an artist he knew who was drafted to fight in Vietnam; the artist was not killed but returned home psychologically transformed. \n\n\"Vietnam\" had only modest chart success, reaching number 46 in Britain – however some artists, most notably Bob Dylan, considered it the most effective of all anti-Vietnam War songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}