Information about plays

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

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

{
    "id": 3560303,
    "uri": "https://api.kexp.org/v2/plays/3560303/?format=api",
    "airdate": "2025-10-02T02:54:29-07:00",
    "show": 64722,
    "show_uri": "https://api.kexp.org/v2/shows/64722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Baby!",
    "track_id": null,
    "recording_id": null,
    "artist": "Dijon",
    "artist_ids": [
        "cceea21d-f3ec-4586-be7a-d2e939c15c78"
    ],
    "album": "Baby",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dijon dropped their second album, Baby, last week. \"Another Baby!\" is said to be a Prince tribute: \"“Another Baby!” is a Prince tribute at its most faithfully avant-garde, as layers upon layers of shouted and cooed vocals and discordant samples form a crazed sonic cacophony over gum-snapping, digitally corrupted new jack swing rhythms.\" northerntransmissions.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}