Information about plays

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

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

{
    "id": 3413948,
    "uri": "https://api.kexp.org/v2/plays/3413948/?format=api",
    "airdate": "2024-10-17T16:10:40-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satellite",
    "track_id": "8628399c-f323-492e-b168-cec3541e9679",
    "recording_id": "f9b9fdfb-dacd-481f-918a-187532ef674b",
    "artist": "BT",
    "artist_ids": [
        "88e2147d-0332-46f6-85b2-b5f463ba957b"
    ],
    "album": "Movement in Still Life",
    "release_id": "fd7bb24e-1350-4acf-b632-c2683b91a824",
    "release_group_id": "b0660065-6945-3201-b208-619ac856ac9a",
    "labels": [
        "Black Hole Recordings"
    ],
    "label_ids": [
        "7044868e-cb08-498a-b006-edfadf2e738d"
    ],
    "release_date": "2000-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a turn away from his arena-sized, progressive-house origins, Brian Transeau chose to diversify for his third album. With an inspired cast of co-producers and guest vocalists, Movement in Still Life takes on electro-funk and breakbeat techno with plenty of room for nods to the kind of epic trance that made his name on dancefloors all over the world. \nhttps://www.allmusic.com/album/movement-in-still-life-mw0000608300",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}