Information about plays

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

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

{
    "id": 3583202,
    "uri": "https://api.kexp.org/v2/plays/3583202/?format=api",
    "airdate": "2025-11-26T11:05:38-08:00",
    "show": 65215,
    "show_uri": "https://api.kexp.org/v2/shows/65215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fly Away",
    "track_id": "e7183138-398e-3db5-b1fd-1cd6f895af4d",
    "recording_id": "93ed37e9-b27f-4969-9e92-1684862352f9",
    "artist": "Lenny Kravitz",
    "artist_ids": [
        "0ef3f425-9bd2-4216-9dd2-219d2fe90f1f"
    ],
    "album": "5",
    "release_id": "11bd170d-ed93-4eef-a77d-0990aebf8a97",
    "release_group_id": "9a3f82c4-bcb5-3b01-a303-2882158ead23",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1998-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At first, 5 didn't cause many waves but its fourth single, \"Fly Away,\" became a major hit in early 1999, reaching 12 on Billboard's Hot 100 on its way to winning the Grammy for Best Male Rock Vocal Performance. https://tinyurl.com/4k574ar8\n\nhttps://lennykravitz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}