Information about plays

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

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

{
    "id": 3585442,
    "uri": "https://api.kexp.org/v2/plays/3585442/?format=api",
    "airdate": "2025-12-01T14:07:37-08:00",
    "show": 65263,
    "show_uri": "https://api.kexp.org/v2/shows/65263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sexy Results",
    "track_id": "91387651-aade-334c-8bd8-65bd65af01e2",
    "recording_id": "b0b6c164-ae0a-4800-b0f5-3fb4906512a2",
    "artist": "Death From Above 1979",
    "artist_ids": [
        "92dc699f-fcbc-4278-afbe-40b5ad060a55"
    ],
    "album": "You’re a Woman, I’m a Machine",
    "release_id": "148d0df0-a548-3851-98b4-4dd3f1829714",
    "release_group_id": "bbc33f12-05a1-336e-873d-3fabe1091ce3",
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2004-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death from Above 1979 is the Toronto-based duo of bassist and synth-man Jesse Keeler and vocalist and drummer Sebastien Grainger. 2004's \"You're a Woman, I'm a Machine\" was their debut studio album.  \n\nThe \"ultimate cowbell\" score for this song was 3.88039: https://www.ultimatecowbell.com/songview.php?idsongperm=162",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}