Information about plays

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

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

{
    "id": 3522797,
    "uri": "https://api.kexp.org/v2/plays/3522797/?format=api",
    "airdate": "2025-07-05T01:52:03-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "https://coverartarchive.org/release/d90279b5-45d9-4525-8e24-86ade8214b45/29951295761-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d90279b5-45d9-4525-8e24-86ade8214b45/29951295761-250.jpg",
    "song": "In Ultra-Violet",
    "track_id": null,
    "recording_id": "85df826d-40f9-4b71-b452-a03f7b267874",
    "artist": "Cinema 90",
    "artist_ids": [
        "8be1f23b-945b-4a4a-b16b-d0f86fc4ef39"
    ],
    "album": "Techniques. A Techno-Pop Selection from the USA: 1982-1990",
    "release_id": null,
    "release_group_id": "14a256b6-93b5-4c29-921d-694b5d635abe",
    "labels": [
        "Mecanica"
    ],
    "label_ids": [
        "a49450b5-8e1d-4418-b32d-1c36b2afc151"
    ],
    "release_date": "2020-01-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cinema 90 is a Seattle-based electronic music duo made up of David Shumate and Colin McDonell. Known for their early ’80s techno-pop sound, they appeared on the Seattle Syndrome Two compilation with the track “In Ultra-Violet.” Their music—including tracks like “At Nine (Live)” and their EP—has since been reissued by Mecanica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}