Information about plays

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

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

{
    "id": 3633553,
    "uri": "https://api.kexp.org/v2/plays/3633553/?format=api",
    "airdate": "2026-03-25T16:28:12-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-f1f270f1-7c05-485c-a4bc-e175b1cee92a/mbid-f1f270f1-7c05-485c-a4bc-e175b1cee92a-2588116330_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-f1f270f1-7c05-485c-a4bc-e175b1cee92a/mbid-f1f270f1-7c05-485c-a4bc-e175b1cee92a-2588116330_thumb250.jpg",
    "song": "Who’s Gonna Save My Soul",
    "track_id": "26856496-4b8d-4b38-b535-1c0189786f1e",
    "recording_id": "0272836c-93f3-461a-b930-5f65d212f17e",
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "The Odd Couple",
    "release_id": "f1f270f1-7c05-485c-a4bc-e175b1cee92a",
    "release_group_id": "e46f634e-0bf0-38ff-9783-8a84dd88eea8",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2008-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nigel Godrich is the producer on this Gnarls Barkley album and Beck's The Information.\n\nCheck here for other artists produced by Nigel Godrich: https://www.solarmanagement.co.uk/nigel-godrich",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}