Information about plays

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

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

{
    "id": 3658775,
    "uri": "https://api.kexp.org/v2/plays/3658775/?format=api",
    "airdate": "2026-05-24T00:23:36-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/a19db652-7b02-41d5-b684-6987a947adae/3045376160-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a19db652-7b02-41d5-b684-6987a947adae/3045376160-250.jpg",
    "song": "Kill the King",
    "track_id": null,
    "recording_id": "7deb1b87-5753-4466-aeec-c6bf900bb29f",
    "artist": "Rainbow",
    "artist_ids": [
        "e3cb4543-210f-499a-b0d1-3882c312dfb9"
    ],
    "album": "Long Live Rock ’n’ Roll",
    "release_id": null,
    "release_group_id": "4dff9404-ada8-34e7-98f2-1bc9a61cda05",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1978-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The album \"Long Live Rock ’n’ Roll\" is a hard rock cornerstone, marking the climactic final studio collaboration between Ritchie Blackmore and Ronnie James Dio as he departed to front Black Sabbath.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}