Information about plays

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

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

{
    "id": 3585720,
    "uri": "https://api.kexp.org/v2/plays/3585720/?format=api",
    "airdate": "2025-12-02T05:24:54-08:00",
    "show": 65268,
    "show_uri": "https://api.kexp.org/v2/shows/65268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheree",
    "track_id": "018c706f-2dc3-3bbf-83fb-f2f5acc0a715",
    "recording_id": "2d755fdc-771a-41fa-961a-79282143b9ed",
    "artist": "Suicide",
    "artist_ids": [
        "7a0f02e0-0ab8-4a62-9e14-c6925cfaed07"
    ],
    "album": "Suicide",
    "release_id": "bcec268c-01d5-42d3-834f-1164ab4d76e5",
    "release_group_id": "702d4a53-9f00-3f57-a723-e5e267518454",
    "labels": [
        "Demon Records"
    ],
    "label_ids": [
        "45721d83-32e3-479f-830f-15216efe323c"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although they barely received credit, Suicide--singer Alan Vega and keyboardist Martin Rev--were the source point for virtually every synth pop duo that glutted the pop marketplace (especially in England) in the early '80s. \nHere's a biography: https://www.allmusic.com/artist/suicide-mn0000487186#biography\n==\nHere's a playlist of some of the songs that influenced Stereolab (including this one),: https://faroutmagazine.co.uk/playlist-music-shaped-stereolab/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}