Information about plays

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

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

{
    "id": 3597482,
    "uri": "https://api.kexp.org/v2/plays/3597482/?format=api",
    "airdate": "2025-12-29T05:36:15-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girl U Want",
    "track_id": "e9a40a5a-9570-3def-a42f-8ad7faa33071",
    "recording_id": "d93f5d49-cc76-4b4d-b2f0-bc71646e5ede",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Freedom of Choice",
    "release_id": "977d7c01-a90c-4815-b01e-4b0fbb139a6c",
    "release_group_id": "bb889709-d775-3cb1-84c2-1daf4884e165",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Alan Meyers, Devo's drummer, who would have been 71 years old today (d. June 24, 2013).\n\nIn a interview with Devo, [frontman Gerald] Casale said, \"Devo didn't sit around and try to write hits, but when people liked it and wanted to key on that, we thought it made sense, we thought it was an easy song to like - it's very poppy, it's got a good hook.\"\n\nhttps://clubdevo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}