Information about plays

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

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

{
    "id": 3586853,
    "uri": "https://api.kexp.org/v2/plays/3586853/?format=api",
    "airdate": "2025-12-04T20:35:15-08:00",
    "show": 65289,
    "show_uri": "https://api.kexp.org/v2/shows/65289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovesong for an Apocalypse",
    "track_id": null,
    "recording_id": null,
    "artist": "Long Distances",
    "artist_ids": [
        "3b5046b1-1097-4954-98ad-f565a0aa97c5"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2023-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Long Distances is an independent band from India that seamlessly blends genres like dream pop, shoegaze and post-punk into their own unique flavour of indie rock. Dreamy melodies, sparkly-but-gritty guitars, juicy synths and an energetic rhythm section weave their way through songs that take you on an emotional journey of love, loss, lament and the longing for liberation.\n\n--\n\nhttps://www.instagram.com/longdistances.ig/\t\nhttps://longdistances.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}