Information about plays

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

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

{
    "id": 3428232,
    "uri": "https://api.kexp.org/v2/plays/3428232/?format=api",
    "airdate": "2024-11-21T10:42:48-08:00",
    "show": 61908,
    "show_uri": "https://api.kexp.org/v2/shows/61908/?format=api",
    "image_uri": "https://ia902205.us.archive.org/4/items/mbid-18b2fcdf-e6f4-48a6-b544-14afbe462e4f/mbid-18b2fcdf-e6f4-48a6-b544-14afbe462e4f-31886624708_thumb500.jpg",
    "thumbnail_uri": "https://ia802205.us.archive.org/4/items/mbid-18b2fcdf-e6f4-48a6-b544-14afbe462e4f/mbid-18b2fcdf-e6f4-48a6-b544-14afbe462e4f-31886624708_thumb250.jpg",
    "song": "One Way Out of a Hole",
    "track_id": "d4cb9221-2381-47c9-a76e-b2a401ac5fbd",
    "recording_id": "d51a56ef-048a-45c6-956e-b03a7af88324",
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "Metamorphosis",
    "release_id": "18b2fcdf-e6f4-48a6-b544-14afbe462e4f",
    "release_group_id": "60e0e8f7-86c0-4c4e-8162-a88a289cd715",
    "labels": [
        "Earthology Records"
    ],
    "label_ids": [
        "9266837c-7609-415c-9ecc-f833382a636c"
    ],
    "release_date": "2022-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cloud Cult has a rich eleven-album history of bucking the mainstream music industry. Hailed as one of the Top 10 Green Bands by Rolling Stone, the band’s philosophical lyrics and alternative-orchestral-folk-rock sound has been lauded by critics as \"insane genius\" (Pitchfork) and \"an invocation of the lifeforce\" (New York Times).\n\nhttps://cloudcult.bandcamp.com/album/metamorphosis",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}