Information about plays

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

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

{
    "id": 3608098,
    "uri": "https://api.kexp.org/v2/plays/3608098/?format=api",
    "airdate": "2026-01-23T15:09:59-08:00",
    "show": 65732,
    "show_uri": "https://api.kexp.org/v2/shows/65732/?format=api",
    "image_uri": "https://ia904505.us.archive.org/16/items/mbid-9957b02f-02f4-3e90-9c93-4be483734551/mbid-9957b02f-02f4-3e90-9c93-4be483734551-5563561385_thumb500.jpg",
    "thumbnail_uri": "https://ia904505.us.archive.org/16/items/mbid-9957b02f-02f4-3e90-9c93-4be483734551/mbid-9957b02f-02f4-3e90-9c93-4be483734551-5563561385_thumb250.jpg",
    "song": "Verbal Clap",
    "track_id": "3de6f394-aff4-3dbf-8811-d61bc7866645",
    "recording_id": "f5ac6ade-d02d-4eb6-aaa5-735c709d8fa5",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "The Grind Date",
    "release_id": "9957b02f-02f4-3e90-9c93-4be483734551",
    "release_group_id": "07813cf3-f9bc-3ace-8f19-bf70027e990c",
    "labels": [
        "Sanctuary Urban"
    ],
    "label_ids": [
        "b14ed205-47bf-4012-bd63-6217795edc6c"
    ],
    "release_date": "2004-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Let's go beat for beat, and rhymes for rhymes\n(Put, all, the things aside)\n---\nProduced by J Dilla, this song by De La Soul contains four samples in total, can you guess any of them? Check out if you got any right here:\nhttps://www.whosampled.com/De-La-Soul/Verbal-Clap/samples/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}