Information about plays

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

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

{
    "id": 3634430,
    "uri": "https://api.kexp.org/v2/plays/3634430/?format=api",
    "airdate": "2026-03-28T00:00:18-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel Me Flow",
    "track_id": null,
    "recording_id": "2eee0aee-833b-4eb6-867e-a7df4db5eb57",
    "artist": "Naughty by Nature",
    "artist_ids": [
        "3bdcd49d-212e-4f4f-877a-eac1e4a2bddc"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was one of the biggest Naughty by Nature's hits that earned them a Grammy Award for Best Rap Album in 1996, their second Grammy after winning for their 1991 smash \"O.P.P.\" Treach's commanding delivery and DJ  Kay Gee's melodic production created a perfect balance of street credibility and radio appeal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}