Information about plays

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

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

{
    "id": 3575347,
    "uri": "https://api.kexp.org/v2/plays/3575347/?format=api",
    "airdate": "2025-11-08T01:15:07-08:00",
    "show": 65050,
    "show_uri": "https://api.kexp.org/v2/shows/65050/?format=api",
    "image_uri": "https://coverartarchive.org/release/323f420f-227a-4a11-8c54-def6c80ce0b5/16718130926-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/323f420f-227a-4a11-8c54-def6c80ce0b5/16718130926-250.jpg",
    "song": "The Dream",
    "track_id": null,
    "recording_id": null,
    "artist": "Acts of Madmen",
    "artist_ids": [],
    "album": "TSOB - The Sound of Belgium Vol. 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LMFLF"
    ],
    "label_ids": [],
    "release_date": "2016-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ace compilation of '80s and '90s EBM, New Beat, synth pop 'n' acid tracks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}