Information about plays

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

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

{
    "id": 3543965,
    "uri": "https://api.kexp.org/v2/plays/3543965/?format=api",
    "airdate": "2025-08-23T22:51:56-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soldier of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Nyx Division",
    "artist_ids": [
        "b6cfa24f-1f50-4ce7-98e1-eba6b9e2ee9a"
    ],
    "album": "Midnight Lights",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Black Water Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nyx Division is the post punk project of Time Rift vocalist, Domino Monet. \n\nThe record release show for Midnight Lights will be at Black Water Bar in Portland on September 12th.\n\nhttps://nyxdivision.bandcamp.com/album/midnight-lights-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}