Information about plays

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

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

{
    "id": 3596903,
    "uri": "https://api.kexp.org/v2/plays/3596903/?format=api",
    "airdate": "2025-12-27T21:04:04-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Press Your Luck",
    "track_id": null,
    "recording_id": null,
    "artist": "Angel Face",
    "artist_ids": [
        "f93c8efc-0458-4208-a807-80e1c6743ec5"
    ],
    "album": "Out In The Street",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Angel Face is a garage-punk outfit from Tokyo that came together in 2021, featuring longtime underground mainstays Fink (formerly of Teengenerate), Toyozo (of The Fadeaways), and Rayco. Blending raw ‘70s punk energy with catchy power-pop sensibilities, the group issued their first full-length album through Slovenly Recordings in 2023, and followed it up with Out In The Street in 2025.\nhttps://slovenly.bandcamp.com/album/angel-face-out-in-the-street-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}