Information about plays

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

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

{
    "id": 3639529,
    "uri": "https://api.kexp.org/v2/plays/3639529/?format=api",
    "airdate": "2026-04-08T16:29:32-07:00",
    "show": 66401,
    "show_uri": "https://api.kexp.org/v2/shows/66401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-74980c50-d73f-4acb-9248-36c71ea99d10/mbid-74980c50-d73f-4acb-9248-36c71ea99d10-18423262671_thumb250.jpg",
    "song": "A Forest",
    "track_id": "76485335-039b-33f0-9f98-2aa5fe18b3bb",
    "recording_id": "926171f6-b04e-4eb8-a948-0a02440d44ae",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Seventeen Seconds",
    "release_id": "74980c50-d73f-4acb-9248-36c71ea99d10",
    "release_group_id": "7cd31244-186e-36bb-966f-fd6a90c0832c",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cure released the single \"A Forest\" on April 8, 1980. It was the lead single from their second studio album, Seventeen Seconds, and was released through Fiction Records. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}