Information about plays

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

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

{
    "id": 3551214,
    "uri": "https://api.kexp.org/v2/plays/3551214/?format=api",
    "airdate": "2025-09-10T07:51:08-07:00",
    "show": 64524,
    "show_uri": "https://api.kexp.org/v2/shows/64524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yellow",
    "track_id": null,
    "recording_id": null,
    "artist": "Wisp",
    "artist_ids": [
        "ca02d886-40fc-4bc9-9785-5c97eb37acaa"
    ],
    "album": "Yellow (Coldplay cover)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a press release, Wisp says, “‘Yellow’ to me is a childhood memory that I wanted to rendition into my present life. A song that I never understood the depth of, to now relating to the lyrics and singing them with the emotion of my romantic journeys this past year.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}