Information about plays

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

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

{
    "id": 3596747,
    "uri": "https://api.kexp.org/v2/plays/3596747/?format=api",
    "airdate": "2025-12-27T15:07:52-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Attitude",
    "track_id": null,
    "recording_id": "498a4788-1a66-408a-9077-8679ca37d5f7",
    "artist": "Patti LaBelle",
    "artist_ids": [
        "f319ec6a-9290-449b-baef-4244809c487a"
    ],
    "album": "New Attitude",
    "release_id": null,
    "release_group_id": "a9a81363-eb27-4d7b-8da1-6f304428cdd5",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1984, Patti LaBelle began taking part in films, participating in her first acting role in the acclaimed film, A Soldier's Story. Around the same time, the producers of the film, Beverly Hills Cop, were busy putting together a soundtrack for the film, and called on LaBelle to record two songs for its soundtrack. \"New Attitude\", a song about a woman changing her outlook on life both emotionally and physically, marked LaBelle's first single for MCA Records. https://www.youtube.com/watch?v=QWfZ5SZZ4xE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}