Information about plays

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

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

{
    "id": 3421699,
    "uri": "https://api.kexp.org/v2/plays/3421699/?format=api",
    "airdate": "2024-11-05T11:05:08-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia800608.us.archive.org/17/items/mbid-184299f3-2f48-3ae3-b09c-31512c056135/mbid-184299f3-2f48-3ae3-b09c-31512c056135-5650089648_thumb500.jpg",
    "thumbnail_uri": "https://ia600608.us.archive.org/17/items/mbid-184299f3-2f48-3ae3-b09c-31512c056135/mbid-184299f3-2f48-3ae3-b09c-31512c056135-5650089648_thumb250.jpg",
    "song": "I Get High on You",
    "track_id": "8bc4d4f1-cd26-3939-a33b-7ae14fe4b9cd",
    "recording_id": "8d82e7ec-c3ff-4c30-81b7-d607d421e919",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "The Essential Sly & The Family Stone",
    "release_id": "184299f3-2f48-3ae3-b09c-31512c056135",
    "release_group_id": "34af9379-81c4-3fb8-9005-17b89d4a5134",
    "labels": [
        "Legacy",
        "Epic"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c",
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2003-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first single of Sly Stone's first solo album, \"High on You,\" released in 1975. It was recorded after The Family Stone broke up in January, 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}