Information about plays

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

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

{
    "id": 3533575,
    "uri": "https://api.kexp.org/v2/plays/3533575/?format=api",
    "airdate": "2025-07-30T02:56:34-07:00",
    "show": 64150,
    "show_uri": "https://api.kexp.org/v2/shows/64150/?format=api",
    "image_uri": "https://ia601506.us.archive.org/9/items/mbid-bdbe4c2c-d013-4a21-8260-5a96f4e08020/mbid-bdbe4c2c-d013-4a21-8260-5a96f4e08020-34712042263_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/9/items/mbid-bdbe4c2c-d013-4a21-8260-5a96f4e08020/mbid-bdbe4c2c-d013-4a21-8260-5a96f4e08020-34712042263_thumb250.jpg",
    "song": "Deep Inside Of You (7\" Version)",
    "track_id": "8e96147f-66b9-44b0-98e6-b1c2dcd57160",
    "recording_id": "8c9ac0f9-7134-44cc-bb34-c9a012bdf4f4",
    "artist": "Gloria Taylor",
    "artist_ids": [
        "18131ab9-2768-4a82-9444-1552f96b3a9d"
    ],
    "album": "Love Is A Hurtin' Thing",
    "release_id": "bdbe4c2c-d013-4a21-8260-5a96f4e08020",
    "release_group_id": "c644ddac-3953-45ad-8380-974aa7223da3",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2015-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gloria Ann Taylor, sometimes credited as Gloria Taylor, was an American R&B and soul singer. Her biggest hit was \"You Got to Pay the Price\" in 1969, and her early 1970s recordings with producer and husband Walter Whisenhunt became sought-after rare grooves before being reissued in the 2010s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}