Information about plays

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

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

{
    "id": 3418634,
    "uri": "https://api.kexp.org/v2/plays/3418634/?format=api",
    "airdate": "2024-10-29T02:01:29-07:00",
    "show": 61704,
    "show_uri": "https://api.kexp.org/v2/shows/61704/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "East of the Lake",
    "track_id": "d400afae-399a-4ad9-b128-ab33c0f46f77",
    "recording_id": "cc76985c-d169-4f8c-9f86-400752ca6f4c",
    "artist": "Space Ghost",
    "artist_ids": [
        "1da14893-a125-4632-af7f-44d64480ba46"
    ],
    "album": "Dream Tool",
    "release_id": "94656f7f-0622-43c1-a86c-aa4c9a83fa25",
    "release_group_id": "770cfd44-a688-4826-b22b-a01c712442ea",
    "labels": [
        "Peace World"
    ],
    "label_ids": [
        "429c3290-e83b-441d-87bc-8350638a8999"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Space Ghost is excited to announce the release of Dream Tool, a four track 12” EP produced by Space Ghost himself. Dream Tool offers up four spacious house tunes exploring Space Ghost’s signature style of dance music. Each track is equipped with groovin’ drums, atmospheric pads, catchy piano melodies, and bouncy basslines.\"\n\nhttps://space-ghost.bandcamp.com/album/dream-tool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}