Information about plays

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

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

{
    "id": 3627116,
    "uri": "https://api.kexp.org/v2/plays/3627116/?format=api",
    "airdate": "2026-03-09T14:16:03-07:00",
    "show": 66138,
    "show_uri": "https://api.kexp.org/v2/shows/66138/?format=api",
    "image_uri": "https://coverartarchive.org/release/14718ec2-4266-4fae-925a-b1c13b276c34/24046668542-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14718ec2-4266-4fae-925a-b1c13b276c34/24046668542-250.jpg",
    "song": "Strike It Up",
    "track_id": null,
    "recording_id": "cb16020d-6116-4569-af8c-bb3dea68ed91",
    "artist": "Black Box",
    "artist_ids": [
        "d73596bb-a8f8-4aae-a323-d881f5245149"
    ],
    "album": "Dreamland",
    "release_id": null,
    "release_group_id": "44d5178a-99d6-318e-9bbe-9a13985fc259",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1990-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You better strike it up!!!!!!!! Yes, you. I'm talking about YOU. Strike!!! It!!!! Up!!!!!! & donate to support KEXP today! https://www.kexp.org/donate/\n\nAndrew Smith from Melody Maker called this track \"a commendably rootsy house pumper\". I wholeheartedly agree!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}