Information about plays

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

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

{
    "id": 3594414,
    "uri": "https://api.kexp.org/v2/plays/3594414/?format=api",
    "airdate": "2025-12-22T09:41:53-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Definition",
    "track_id": "83e4cd30-97b6-3c6a-a3bb-c670110d1f8e",
    "recording_id": "b157714f-7012-4780-bf81-10489a906b26",
    "artist": "Black Star",
    "artist_ids": [
        "02708fd6-0fe6-4738-a27d-0561ace8b4c6"
    ],
    "album": "Rawkus Records: Best of Decade I (1995-2005)",
    "release_id": "0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a",
    "release_group_id": "0bee80ff-737b-3112-8317-d3259db0af6a",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This duo, composed of Mos Def and Talib Kweli, was named after The Black Star Line, a shipping company founded by Marcus Garvey. Black Star sampled Boogie Down Productions' \"Remix for P is Free.\"\n\nhttps://www.talibkweli.com/black-star/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}