Information about plays

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

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

{
    "id": 3561254,
    "uri": "https://api.kexp.org/v2/plays/3561254/?format=api",
    "airdate": "2025-10-04T15:12:14-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia902900.us.archive.org/23/items/mbid-88ce69f0-5de1-35c1-a174-f8c493dfff39/mbid-88ce69f0-5de1-35c1-a174-f8c493dfff39-35764703801_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/23/items/mbid-88ce69f0-5de1-35c1-a174-f8c493dfff39/mbid-88ce69f0-5de1-35c1-a174-f8c493dfff39-35764703801_thumb250.jpg",
    "song": "Pusherman",
    "track_id": "3c1e2e2d-07bf-3890-a010-7db3c4042abd",
    "recording_id": "bca8f5b6-11ad-49f3-8e58-cce5ee480ff4",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Superfly",
    "release_id": "88ce69f0-5de1-35c1-a174-f8c493dfff39",
    "release_group_id": "3f68cf91-b4f0-39ef-8318-93dc064a53ba",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#709 Curtis Mayfield - Superfly\n\nThe 3rd studio album by soul musician Curtis Mayfield was released as the soundtrack for the Blaxploitation film of the same name. \"The first thing I wanted to do was not condone what was going down, but understand it, and speak in terms of how one can keep from getting locked into these things which youngsters and a lot of people see all around them.\" https://bit.ly/30k4tWZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}