Information about plays

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

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

{
    "id": 3628120,
    "uri": "https://api.kexp.org/v2/plays/3628120/?format=api",
    "airdate": "2026-03-12T14:15:13-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-011f3cd5-0012-4d7d-b668-1886a47231cb/mbid-011f3cd5-0012-4d7d-b668-1886a47231cb-43670024838_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-011f3cd5-0012-4d7d-b668-1886a47231cb/mbid-011f3cd5-0012-4d7d-b668-1886a47231cb-43670024838_thumb250.jpg",
    "song": "Positive Contact (Instrumental)",
    "track_id": "a218918d-cdae-30c1-ba18-70199946ca84",
    "recording_id": "9c61b16b-0b8d-4e5f-bcb4-883e2a68f321",
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Positive Contact",
    "release_id": "011f3cd5-0012-4d7d-b668-1886a47231cb",
    "release_group_id": "14d6f142-d1cc-38c1-b112-d05b77a570ec",
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deltron 3030 sampled the hook from The Hooterville Trolley's \"No Silver Bird.\" \n\n\"Positive Contact\" also sampled \"Stakes Is High\" by De La Soul, \"Days of the Week\" by Matt Robinson, \"Opening Credits\" from the movie Airplane!, \"Worldwide\" by Del the Funky Homosapien, \"Funky President (People It's Bad)\" by James Brown, \"Reactors On\" from the movie The Black Hole and \"Yeah, Yeah What Is It Now?\" from the TV show Battlestar Galactica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}