Information about plays

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

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

{
    "id": 3597606,
    "uri": "https://api.kexp.org/v2/plays/3597606/?format=api",
    "airdate": "2025-12-29T12:20:07-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Miss Can’t Be Wrong",
    "track_id": null,
    "recording_id": "7c18978d-4c64-486c-816d-a8baea950091",
    "artist": "Spin Doctors",
    "artist_ids": [
        "1bcb61f3-ca9c-4a26-b16e-0547ad6c21be"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Spin Doctors' \"Little Miss Can't Be Wrong\" is about lead singer Chris Barron's stepmother, who told him he'd end up a janitor playing guitar for rats in a school basement; the song uses humor to flip her negative prediction, as the band achieved massive success with the track, making it a sarcastic triumph over her doubts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}