Information about plays

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

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

{
    "id": 3411121,
    "uri": "https://api.kexp.org/v2/plays/3411121/?format=api",
    "airdate": "2024-10-11T03:19:02-07:00",
    "show": 61542,
    "show_uri": "https://api.kexp.org/v2/shows/61542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soundcheck",
    "track_id": "03ccee9c-fb67-4104-b20e-922cf237c87d",
    "recording_id": "5446d426-2d19-4f35-926b-e74c80e929be",
    "artist": "billy woods & Kenny Segal feat. Quelle Chris",
    "artist_ids": [
        "b2f60e78-7dca-4cb3-bc55-c62580be8010",
        "995d8ded-04da-412d-a972-5ec673e5546d",
        "f30fea51-fa9c-4067-bc49-fc43236e89ba"
    ],
    "album": "Maps",
    "release_id": "a5cfd3e0-5ab5-46fb-9d0a-f2c8d991e896",
    "release_group_id": "e340bafd-dffb-43ae-8ed2-a6476ef4fecf",
    "labels": [
        "Backwoodz Studioz"
    ],
    "label_ids": [
        "d0a5f66a-fe5c-4c3a-9c99-782c36f4f3c4"
    ],
    "release_date": "2023-05-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second collaboration between New York rapper billy woods and LA producer Kenny Segal is a concept album about life as a touring musician, combining diverse, inventive beats ranging from off-kilter boom-bap to ominous, sometimes jazz-inflected soundscapes with woods’ complex, intricately detailed rhymes of alienation and dread. Special guests include Danny Brown, Aesop Rock, Quelle Chris, Samuel T. Herring, ELUCID, Benjamin Booker and other notables.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}