Information about plays

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

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

{
    "id": 3596541,
    "uri": "https://api.kexp.org/v2/plays/3596541/?format=api",
    "airdate": "2025-12-27T01:53:11-08:00",
    "show": 65483,
    "show_uri": "https://api.kexp.org/v2/shows/65483/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sets & Lights",
    "track_id": null,
    "recording_id": "7d0c1dbc-4e44-416e-87ba-28d2e2284e86",
    "artist": "Xeno & Oaklander",
    "artist_ids": [
        "bfa769d9-735e-47a3-a6f5-7f1363de474a"
    ],
    "album": "Sets & Lights",
    "release_id": null,
    "release_group_id": "a5452659-ea1b-4cd1-bd02-79b3051c72b4",
    "labels": [
        "Wierd Records"
    ],
    "label_ids": [
        "00866d95-0c0a-4c5b-9927-5c8f52fcc8f9"
    ],
    "release_date": "2011-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minimal Synth at its finest! Not only keep the sound alive and authentic, but doing it beautifully!  - https://xenoandoaklander.bandcamp.com/album/sets-lights-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}