Information about plays

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

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

{
    "id": 3632065,
    "uri": "https://api.kexp.org/v2/plays/3632065/?format=api",
    "airdate": "2026-03-21T19:32:41-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sex God Missy",
    "track_id": "3b0d5fb4-0cd7-3516-aad5-12ea91f69c98",
    "recording_id": "91013bf1-e843-44a6-8fbd-d446894cc428",
    "artist": "Tad",
    "artist_ids": [
        "867d3fb7-9cd1-47a4-a8f0-de29cdca2004"
    ],
    "album": "Salt Lick/God's Balls",
    "release_id": "4eb58ad0-b667-4988-a0df-8ab146011068",
    "release_group_id": "39990a5a-6c4f-3f09-979e-e4aba31b0558",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-02-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "TAD's 'Salt Lick/God's Balls' and The Catheters' 'Static Delusions and Stone-Still Days' both came out on Sup Pop!\n\n\"Sex God Missy\" was Track #1 from the classic Sub Pop 200 compilation!\n\nhttps://www.youtube.com/watch?v=ryDelBsVSDY",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}