Information about plays

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

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

{
    "id": 3635513,
    "uri": "https://api.kexp.org/v2/plays/3635513/?format=api",
    "airdate": "2026-03-30T08:18:35-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-e457cc46-ea27-4bc6-8df9-48d13d945827/mbid-e457cc46-ea27-4bc6-8df9-48d13d945827-20951682912_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-e457cc46-ea27-4bc6-8df9-48d13d945827/mbid-e457cc46-ea27-4bc6-8df9-48d13d945827-20951682912_thumb250.jpg",
    "song": "I Need a Dollar",
    "track_id": "29285a4f-0123-4bb4-9244-f32b88370392",
    "recording_id": "6a1adecf-b36e-433b-b8bb-960150c47f10",
    "artist": "Aloe Blacc",
    "artist_ids": [
        "4bf89e02-6c30-4603-9f6a-52619b1bea1a"
    ],
    "album": "Good Things",
    "release_id": "e457cc46-ea27-4bc6-8df9-48d13d945827",
    "release_group_id": "bdf92057-559a-43f4-b1ab-a8433d23633e",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aloe Blacc got the idea for this song after listening to field recordings from the Smithsonian. Hearing these recordings of people singing their tales of woe, Blacc decided to write one of his own, and came up with the title \"I Need A Dollar.\" https://bit.ly/3uVnqgf\n\nhttps://aloeblacc1.bandcamp.com/\nhttps://www.aloeblacc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}