Information about plays

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

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

{
    "id": 3581042,
    "uri": "https://api.kexp.org/v2/plays/3581042/?format=api",
    "airdate": "2025-11-21T12:24:58-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia601405.us.archive.org/4/items/mbid-7f9b75d5-a77e-4148-90df-7b9caeffa34e/mbid-7f9b75d5-a77e-4148-90df-7b9caeffa34e-33444203696_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-7f9b75d5-a77e-4148-90df-7b9caeffa34e/mbid-7f9b75d5-a77e-4148-90df-7b9caeffa34e-33444203696_thumb250.jpg",
    "song": "Hypocrisy",
    "track_id": "1aafecc1-f6be-439c-857c-fd63054ea860",
    "recording_id": "5c6dcfa4-3237-4f85-a1d4-df647988c6a9",
    "artist": "BLO",
    "artist_ids": [
        "2b90d4c2-34f6-4e65-bcf3-917b18a88c57"
    ],
    "album": "Step Three",
    "release_id": "7f9b75d5-a77e-4148-90df-7b9caeffa34e",
    "release_group_id": "85cadf5d-9112-4c8a-a97f-702253c6f338",
    "labels": [
        "Hot Casa Records"
    ],
    "label_ids": [
        "2f05de47-cf19-49a8-be87-a501753ba86b"
    ],
    "release_date": "2012-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BLO was a Nigerian psychedelic funk ensemble formed in Lagos and active between 1972 and 1982. The main trio consisted of Laolu \"Akins\" Akintobi, Berkely \"Ike\" Jones, and Mike \"Gbenga\" Odumosu.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}