Information about plays

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

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

{
    "id": 3620083,
    "uri": "https://api.kexp.org/v2/plays/3620083/?format=api",
    "airdate": "2026-02-20T22:20:21-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hip Hop Hooray",
    "track_id": null,
    "recording_id": "615504a4-b3b5-49dc-8d62-f9700c0202e3",
    "artist": "Naughty by Nature",
    "artist_ids": [
        "3bdcd49d-212e-4f4f-877a-eac1e4a2bddc"
    ],
    "album": "19 Naughty III",
    "release_id": null,
    "release_group_id": "dde7b901-e854-3565-a76b-60a918088194",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Naughty by Nature is a Grammy Award-winning American hip hop trio from East Orange, New Jersey consisting of Treach, Vin Rock, and DJ Kay Gee.:https://www.hiphopscriptures.com/naughty-by-nature\n--\nThis hit contains samples of \"Funky President\" by James Brown, \"Don't Change Your Love\" by Five Stairsteps, \"Make Me Say it Again, Girl\" by Isley Brothers, \"You Can't Turn Me Away\" by Sylvia Striplin and \"Sledgehammer\" by Peter Gabriel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}