Information about plays

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

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

{
    "id": 3589216,
    "uri": "https://api.kexp.org/v2/plays/3589216/?format=api",
    "airdate": "2025-12-10T05:16:24-08:00",
    "show": 65337,
    "show_uri": "https://api.kexp.org/v2/shows/65337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Let the Sun Go Down on Me",
    "track_id": "7525a1d0-3e28-3590-aa4f-c5605e5d2f1b",
    "recording_id": "e3710ecc-2578-4a03-9a0e-11d3843abd9a",
    "artist": "George Michael & Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Don’t Let the Sun Go Down on Me",
    "release_id": "8de0b1cb-1373-4a69-bda5-4f9cdfe48f64",
    "release_group_id": "c268d041-05a7-36af-9c58-b7aab0b8ea98",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Don't Let the Sun Go Down on Me\" is a song written by English musician Elton John and his lyricist Bernie Taupin. It was originally recorded in 1974 by John for his studio album 'Caribou.'\n\nThe song found further success in 1991 in a live cover version recorded as a duet between John and George Michael – who performed the song together for the first time at Live Aid in Wembley Stadium in July 1985.\nhttps://bit.ly/3EDDFRK\n\nElton John / George Michael - \"Don’t Let The Sun Go Down On Me\" (Live Aid 1985):\nhttps://youtu.be/ECN_wgw55lc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}