Information about plays

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

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

{
    "id": 3562795,
    "uri": "https://api.kexp.org/v2/plays/3562795/?format=api",
    "airdate": "2025-10-08T20:31:14-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://coverartarchive.org/release/60c9c74c-98e6-4dbb-ac97-bbb725e49c9e/1121491959-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60c9c74c-98e6-4dbb-ac97-bbb725e49c9e/1121491959-250.jpg",
    "song": "Deep Distance",
    "track_id": null,
    "recording_id": "ceb51b7a-6ec5-48bd-a40f-0a75a62758df",
    "artist": "Ash Ra Tempel",
    "artist_ids": [
        "7e62de5d-1cc6-4779-a588-8923cf9fe09d"
    ],
    "album": "New Age of Earth",
    "release_id": null,
    "release_group_id": "498baec3-4011-32c8-97a5-cbe42f7afc17",
    "labels": [
        "Isadora"
    ],
    "label_ids": [
        "d56bcce1-6479-4641-9528-f59d4b5792dc"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Krautrock group led by Manuel Göttsching as Ash Ra Tempel in 1976, and in 1977 onward as Ashra.\n--\nMake a gift of $15/month or more online THIS hour and you'll get a special Hellraiser tee in addition to your other gifts!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}