Information about plays

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

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

{
    "id": 3520386,
    "uri": "https://api.kexp.org/v2/plays/3520386/?format=api",
    "airdate": "2025-06-29T12:04:32-07:00",
    "show": 63871,
    "show_uri": "https://api.kexp.org/v2/shows/63871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Filthy/Gorgeous",
    "track_id": null,
    "recording_id": "445f3096-167c-4cca-97b4-641833568cbf",
    "artist": "Scissor Sisters",
    "artist_ids": [
        "4236d929-9a81-4c8e-97c3-8d3306780f50"
    ],
    "album": "First Division 2004-2005",
    "release_id": null,
    "release_group_id": "9f032387-b3dd-3d27-8ebf-c09a7a693520",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song's music video, directed by John Cameron Mitchell, had two versions produced: a full-length, raunchier cut with semi-explicit scenes filmed in a sex club, and an edited version where those scenes are brief, out of context, and sometimes obscured, with some scenes removed entirely. \n\nhttps://www.youtube.com/watch?v=uZIE9wMgmcw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}