Information about plays

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

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

{
    "id": 3634086,
    "uri": "https://api.kexp.org/v2/plays/3634086/?format=api",
    "airdate": "2026-03-27T01:12:47-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/d308ecd0-2a7a-4836-a98a-cd65d5c5250b/32329412854-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d308ecd0-2a7a-4836-a98a-cd65d5c5250b/32329412854-250.jpg",
    "song": "Find a Way",
    "track_id": null,
    "recording_id": "b658ba14-d5f4-4492-a856-360b4d5c16bf",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "The Love Movement",
    "release_id": null,
    "release_group_id": "8a5d3fc4-5c7d-3971-a2b6-5fae14f465ed",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1998-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Find a Way\", produced by the late J Dilla, references Janet Jackson's \"Got 'Til It's Gone\" and samples Towa Tei's (from Deee-Lite) \"Technova (La Em Copacabana)\" feat. Bebel Gilberto.\n\nMndsgn's \"Camelblues\" has a vocal interpolation of this song's hook.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}