Information about plays

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

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

{
    "id": 3589859,
    "uri": "https://api.kexp.org/v2/plays/3589859/?format=api",
    "airdate": "2025-12-11T19:11:30-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jimmy Jimmy Jimmy aaja",
    "track_id": null,
    "recording_id": "6e5632ad-ca31-470d-b7cb-85f872518f1b",
    "artist": "Parvati Khan",
    "artist_ids": [
        "3ecd8c89-0beb-4fd6-a279-98d7bbaf8191"
    ],
    "album": "Disco Dancer",
    "release_id": null,
    "release_group_id": "5fc3645f-e24c-3d52-86ba-03dcf978d78b",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by M.I.A. for her 2007 song entitled \"Jimmy.\" \n--\nParvati Khan (née Maharaj) was born into a Hindu Indian family in Trinidad and Tobago. She is best known as the singer who sang this song, \"Jimmy Jimmy Aaja,\" in the 1982 Bollywood hit movie \"Disco Dancer.\"\n--\nThe  Disco Dancer song \"Jimmy Jimmy Jimmy Aaja\" was iinspired by the 1980 song \"T'es OK\" (\"You're OK\" for international markets) by French Euro disco group Ottawan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}