Information about plays

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

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

{
    "id": 3600491,
    "uri": "https://api.kexp.org/v2/plays/3600491/?format=api",
    "airdate": "2026-01-05T07:24:59-08:00",
    "show": 65570,
    "show_uri": "https://api.kexp.org/v2/shows/65570/?format=api",
    "image_uri": "https://ia801201.us.archive.org/9/items/mbid-1138abc1-77f4-4ba9-900d-5cf52baaf4bf/mbid-1138abc1-77f4-4ba9-900d-5cf52baaf4bf-11089939639_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/9/items/mbid-1138abc1-77f4-4ba9-900d-5cf52baaf4bf/mbid-1138abc1-77f4-4ba9-900d-5cf52baaf4bf-11089939639_thumb250.jpg",
    "song": "Hurricane",
    "track_id": "c35af1c4-738b-35dc-80bc-4106889f25a7",
    "recording_id": "b249950e-5ff4-401a-aa3f-44c9db9e380e",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Desire",
    "release_id": "1138abc1-77f4-4ba9-900d-5cf52baaf4bf",
    "release_group_id": "fc325dd3-73ed-36aa-9c77-6b65a958e3cf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1976-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album, \"Desire\" was released on this day in 1976.\n--\nFamously written about Rubin Carter, a boxer who was twice wrongfully convicted and imprisoned for murder, Dylan championed for his release and the overturning of his conviction which occurred almost 20 years after his sentencing. \n\nhttps://www.biography.com/athlete/rubin-carter \nhttps://www.bobdylan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}