Information about plays

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

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

{
    "id": 3550443,
    "uri": "https://api.kexp.org/v2/plays/3550443/?format=api",
    "airdate": "2025-09-08T12:41:15-07:00",
    "show": 64509,
    "show_uri": "https://api.kexp.org/v2/shows/64509/?format=api",
    "image_uri": "https://ia601505.us.archive.org/26/items/mbid-23ca5c68-9d66-4d3f-8fb7-5b9b16effb45/mbid-23ca5c68-9d66-4d3f-8fb7-5b9b16effb45-33995399534_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-23ca5c68-9d66-4d3f-8fb7-5b9b16effb45/mbid-23ca5c68-9d66-4d3f-8fb7-5b9b16effb45-33995399534_thumb250.jpg",
    "song": "Nothing to be Done",
    "track_id": "426baf83-17e9-3a95-9798-0da774652919",
    "recording_id": "70bc4a98-45fc-4c3c-8f88-97e57fc082a9",
    "artist": "The Pastels",
    "artist_ids": [
        "9d6108ad-dbc2-4bf1-a746-edc1044d2749"
    ],
    "album": "Truckload of Trouble",
    "release_id": "3d3359c7-d437-3c81-86bc-7bcf832974d2",
    "release_group_id": "e0563079-1f6c-3941-99d4-79423f4155ac",
    "labels": [
        "Paperhouse Records"
    ],
    "label_ids": [
        "370898d1-3154-461c-8285-3703919fb3f9"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pastels are an indie rock group from Glasgow formed in 1981. They were a key act of the Scottish and British independent music scenes of the 1980s, and are specifically credited for the development of an independent and confident music scene in Glasgow.\n\nhttps://www.thepastels.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}