Information about plays

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

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

{
    "id": 3595191,
    "uri": "https://api.kexp.org/v2/plays/3595191/?format=api",
    "airdate": "2025-12-24T03:55:21-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hazy Shade of Winter",
    "track_id": null,
    "recording_id": "40e1e083-d058-417f-90c5-9bafcce70211",
    "artist": "The Bangles",
    "artist_ids": [
        "f31ec2ac-9071-4306-acd1-d2c8321033b5"
    ],
    "album": "Hazy Shade of Winter",
    "release_id": null,
    "release_group_id": "ce44913b-9de5-3f2c-b5fd-91ff63c1b307",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of a Simon & Garfunkel classic, the Bangles' version was released on the \"Less Than Zero\" Motion Picture Soundtrack in 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}