Information about plays

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

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

{
    "id": 3596910,
    "uri": "https://api.kexp.org/v2/plays/3596910/?format=api",
    "airdate": "2025-12-27T21:22:23-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood On Your Hands",
    "track_id": null,
    "recording_id": null,
    "artist": "Cheap Perfume",
    "artist_ids": [
        "bf605dfd-03a4-4a28-9be8-49a622e75059"
    ],
    "album": "Don't Care Didnt Ask",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Snappy Little Numbers"
    ],
    "label_ids": [
        "2745ae04-541a-4b6c-bcbe-0b20f6192063"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheap Perfume self describes themselves as \"feminist punks\". “Don’t Care. Didn’t Ask.” is an uninhibited call to anti-capitalist revolution presented as a collection of punk rock protest songs, breakup songs and party songs. It stays true to Cheap Perfume’s signature angry-yet-melodic sound while railing against systems of oppression and America’s descent into fascism. https://cheapperfume.bandcamp.com/album/dont-care-didnt-ask-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}