Information about plays

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

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

{
    "id": 3594029,
    "uri": "https://api.kexp.org/v2/plays/3594029/?format=api",
    "airdate": "2025-12-21T13:02:11-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Let the Sun Go Down on Me",
    "track_id": "b32aa38d-83de-3465-a4c4-ba47ab90a4ea",
    "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": "5407d7d8-b143-4ffe-8715-40865167579b",
    "release_group_id": "c268d041-05a7-36af-9c58-b7aab0b8ea98",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1991-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Bobby in Seattle.\n\nHere's video of the live performance from Elton John and George Michael in 1985 for the historic Live Aid benefit show: https://www.youtube.com/watch?v=ECN_wgw55lc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}