Information about plays

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

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

{
    "id": 3594362,
    "uri": "https://api.kexp.org/v2/plays/3594362/?format=api",
    "airdate": "2025-12-22T06:48:19-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Night a D.J. Saved My Life",
    "track_id": "d368ee82-88e7-4684-b94c-a60b19fb9450",
    "recording_id": "d1125134-85d6-419f-ae7d-792213b77a0f",
    "artist": "Indeep",
    "artist_ids": [
        "53382f53-cce6-4035-a7f0-a35e9f0c1215"
    ],
    "album": "Last Night A D.J. Saved My Life",
    "release_id": "ddcfcabf-4e70-4e59-a500-2149ef249a0e",
    "release_group_id": "832c34e8-3a2e-3892-b114-48adfca6e9b8",
    "labels": [
        "Sound Of New York"
    ],
    "label_ids": [
        "cd3cdc58-dcd4-421c-b7e0-9c23f235ba02"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arriving in the last throes of disco, this dance floor classic would lodge the NYC band into one-hit wonder status after its release in 1982. \n\nMichael Cleveland was the songwriter and leader of of the electro and post-disco group Indeep; Réjane \"Reggie\" Magloire and Rose Marie Ramsey provide vocals on \"Last Night a D.J. Saved My Life\".\n\nVideo here:\nhttps://youtu.be/f8GYEUVWego",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}