Information about plays

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

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

{
    "id": 3571798,
    "uri": "https://api.kexp.org/v2/plays/3571798/?format=api",
    "airdate": "2025-10-30T11:34:17-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://ia800403.us.archive.org/17/items/mbid-b249a0bc-6ca9-476c-94c1-67c272ad7a58/mbid-b249a0bc-6ca9-476c-94c1-67c272ad7a58-39617583622_thumb500.jpg",
    "thumbnail_uri": "https://ia800403.us.archive.org/17/items/mbid-b249a0bc-6ca9-476c-94c1-67c272ad7a58/mbid-b249a0bc-6ca9-476c-94c1-67c272ad7a58-39617583622_thumb250.jpg",
    "song": "Loungin’",
    "track_id": "10ed4225-bfab-356c-90cb-f17f1fd7edf4",
    "recording_id": "d8b9ddbe-5757-43e6-8ad9-9939d1492b1d",
    "artist": "Guru",
    "artist_ids": [
        "215c6ab2-7888-4061-bd56-9fb650328106"
    ],
    "album": "Jazzmatazz, Volume 1",
    "release_id": "b249a0bc-6ca9-476c-94c1-67c272ad7a58",
    "release_group_id": "cb4db891-330d-394d-af54-3edc37e8416e",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guru's 'Jazzmatazz, Vol. 1' is the debut solo studio album by American hip hop recording artist Guru, released in 1993. It was one of the first albums to combine a live jazz band with hip hop production and rapping. \n\n\"Loungin\" is the second track on the album. It features Donald Byrd on trumpet and piano. \nhttps://bit.ly/3e3e0X4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}