Information about plays

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

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

{
    "id": 3598907,
    "uri": "https://api.kexp.org/v2/plays/3598907/?format=api",
    "airdate": "2026-01-01T17:28:33-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Virus",
    "track_id": "cdb2f4a4-c02a-312c-9376-e27d2780280a",
    "recording_id": "05c8ebcc-561c-4823-a59f-60d285a8169a",
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Deltron 3030",
    "release_id": "8f118f74-22ea-41dd-9e3d-3186203487f9",
    "release_group_id": "a55be3b5-1d86-317a-ac22-49655313bae0",
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Dom in Snohomish for this request!\n--\n“Virus” is about Deltron Zero’s plan to create a virus that will take down the computer systems of the world. Maybe you would like to know just what he says: https://www.azlyrics.com/lyrics/deltron3030/virus.html\n--\nThere are numerous samples, including \"Atlantis\" from Release Music Orchestra and Power Records' 1979 \"The Robot Masters.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}