Information about plays

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

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

{
    "id": 3583508,
    "uri": "https://api.kexp.org/v2/plays/3583508/?format=api",
    "airdate": "2025-11-27T04:02:21-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock the Boat",
    "track_id": null,
    "recording_id": "faccd64d-b560-4430-9c2e-5e849e29659e",
    "artist": "Aaliyah",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9"
    ],
    "album": "Aaliyah",
    "release_id": null,
    "release_group_id": "3a86f3a6-2fa7-34b7-8ffc-6714cbbd46ac",
    "labels": [
        "Blackground Records"
    ],
    "label_ids": [
        "a7026456-7f7f-49c8-83a5-a5fde9eac30b"
    ],
    "release_date": "2001-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that the late and beloved artist was a big Nine Inch Nails fan?: https://www.loudersound.com/news/aaliyah-nine-inch-nails-trent-reznor\n\n--\n\nThe Hype Williams-directed video for this song was shot in the Bahamas, and after the shoot, Aaliyah and eight others were killed when their plane crashed shortly after takeoff. She was just 22 years old.: https://www.youtube.com/watch?v=A5AAcgtMjUI\n\n--\n\nRead a biography of this talented R & B singer: https://www.allmusic.com/artist/aaliyah-mn0000578999/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}