Information about plays

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

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

{
    "id": 3610473,
    "uri": "https://api.kexp.org/v2/plays/3610473/?format=api",
    "airdate": "2026-01-29T04:33:37-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab9aa125-6f26-4145-879c-f0c05ff6ac60/16637994690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab9aa125-6f26-4145-879c-f0c05ff6ac60/16637994690-250.jpg",
    "song": "Little Red Corvette",
    "track_id": null,
    "recording_id": "18fe52d0-d030-4430-8b63-81b682baa5cc",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": null,
    "release_group_id": "561be5b7-a39c-3866-859d-d86f30816ae7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Whew!  Lisa Coleman, in a 2019 interview, said she thinks Prince came up with the song while in the back of her pink 1964 Mercury Montclair Marauder, making out with Vanity.: https://www.thisisdig.com/feature/little-red-corvette-prince-song-story/ \n--\nHere's a live performance by Mr. Prince at Montreux in 2009: https://www.dailymotion.com/video/x8776xq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}