Information about plays

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

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

{
    "id": 3577535,
    "uri": "https://api.kexp.org/v2/plays/3577535/?format=api",
    "airdate": "2025-11-13T05:30:47-08:00",
    "show": 65096,
    "show_uri": "https://api.kexp.org/v2/shows/65096/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King Of Sorrow",
    "track_id": "b9fbe001-72a5-44a2-9e19-6452785b2bb8",
    "recording_id": "635bbfa5-8560-4c29-9a44-e4a25616b5ef",
    "artist": "Sailor Jane",
    "artist_ids": [
        "188f5c6f-5efd-406f-aecb-51062a01ff1e"
    ],
    "album": "No Ordinary Dub",
    "release_id": "03c4ca85-c39c-4110-b71b-fff6bac0e230",
    "release_group_id": "96bffd4b-658a-47ee-a400-a7a628e68338",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Sailor Jane's website:  \"Music is purely magic; sacred and sensual. I have always been interested in the spiritual, emotional, and healing aspects of music and song.\" https://www.sailorjanemusic.com/\n\nhttps://sailorjane.bandcamp.com/track/king-of-sorrow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}