Information about plays

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

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

{
    "id": 3568527,
    "uri": "https://api.kexp.org/v2/plays/3568527/?format=api",
    "airdate": "2025-10-22T14:01:55-07:00",
    "show": 64904,
    "show_uri": "https://api.kexp.org/v2/shows/64904/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a2fa034-6680-40a2-979b-2e391c867517/40384577028-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a2fa034-6680-40a2-979b-2e391c867517/40384577028-250.jpg",
    "song": "She’s Always in My Hair",
    "track_id": null,
    "recording_id": "9afffa0b-ceb7-4de9-80c4-01133b0c659f",
    "artist": "Prince & The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "Raspberry Beret",
    "release_id": null,
    "release_group_id": "543a374d-fb4c-36cf-95de-c18362783180",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1985-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince wrote this song as an apology to singer Jill Jones after a spat with her.\n--\nPrince recreates the chugging effect he used on Apollonia 6’s Sex Shooter (created by putting a Linn drum snare through a flanger pedal) and he borrows the first four notes of its main riff to follow every “she’s always there” line.: https://500princesongs.com/30-shes-always-in-my-hair/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}