Information about plays

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

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

{
    "id": 3417120,
    "uri": "https://api.kexp.org/v2/plays/3417120/?format=api",
    "airdate": "2024-10-25T13:06:32-07:00",
    "show": 61668,
    "show_uri": "https://api.kexp.org/v2/shows/61668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swan Lake",
    "track_id": "4d8b271e-08b9-3556-afd0-485cd3c0945f",
    "recording_id": "75e7954b-1fd6-4bf9-afda-2bbb0557fa6c",
    "artist": "Public Image Ltd",
    "artist_ids": [
        "68950696-ee9a-49b2-a8c2-d1d6c19355cc"
    ],
    "album": "Metal Box",
    "release_id": "199e9877-d3b6-4eb4-9ba7-60124b2c3f99",
    "release_group_id": "57209d3f-f3ef-34db-82a7-ad633497b784",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Public Image Ltd (abbreviated and stylized as PiL) are an English post-punk band formed by lead vocalist John Lydon ( Sex Pistols' Johnny Rotten, guitarist Keith Levene - RIP (a founding member of The Clash), bassist Jah Wobble, and drummer Jim Walker in May 1978. \nLevene's slashing playing defined the sound of post-punk guitar.: https://www.nytimes.com/2022/11/18/arts/music/keith-levene-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}