Information about plays

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

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

{
    "id": 3592887,
    "uri": "https://api.kexp.org/v2/plays/3592887/?format=api",
    "airdate": "2025-12-19T01:33:08-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birds Fly",
    "track_id": "bdc1db84-76d5-4742-b262-6c7d30ef96d6",
    "recording_id": "6a127f13-3ded-48fb-af26-f48b6b9cc58b",
    "artist": "Kurious",
    "artist_ids": [
        "48ca0874-e088-4f60-8522-1866115fb49d"
    ],
    "album": "God’s Time",
    "release_id": "679ff6cc-dec1-4d9f-9ccd-957c1b3efca1",
    "release_group_id": "727d9d17-3fa2-40d4-988d-c822fd51e389",
    "labels": [
        "Casual Dad Records"
    ],
    "label_ids": [
        "dbbadfa7-8fa1-44f9-89ff-534f2dd2e215"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jorge Antonio Alvarez (born May 1, 1970), aka Kurious aka Kurious Jorge, is a NYC hip-hop legend who debuted on KMD's \"Black Bastards\" album, his first of many collaborations with the rapper then known as Zev Love X, later known as MF Doom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}