Information about plays

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

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

{
    "id": 3594756,
    "uri": "https://api.kexp.org/v2/plays/3594756/?format=api",
    "airdate": "2025-12-23T05:10:22-08:00",
    "show": 65454,
    "show_uri": "https://api.kexp.org/v2/shows/65454/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrong",
    "track_id": "d79b4916-c952-3dad-a4d0-ba02036ec422",
    "recording_id": "1ff343f8-5443-4127-85ba-89eea5fc3475",
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Walking Wounded",
    "release_id": "2bb1f14a-893d-3392-839e-79838118213c",
    "release_group_id": "d49f838a-5a6e-3f28-8984-269fc40a8a3c",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Released in May 1996, the eighth album from UK duo Everything But the Girl is the sound of picking up the pieces and trying to puzzle them back together—if they’ll fit at all. Everything but the Girl's most recent album (and their first in 24 years) is 2023's Fuse.\" \n\nhttps://ebtg.com/\n\nWatch the official music video for this song, written by Ben Watt and Tracey Thorn (Everything but the Girl): https://www.youtube.com/watch?v=mVi78cWhFmE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}