Information about plays

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

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

{
    "id": 3602784,
    "uri": "https://api.kexp.org/v2/plays/3602784/?format=api",
    "airdate": "2026-01-10T20:40:14-08:00",
    "show": 65617,
    "show_uri": "https://api.kexp.org/v2/shows/65617/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Captain Save Them Thoe",
    "track_id": null,
    "recording_id": "1289043a-a653-4056-bded-ddbc3b217a27",
    "artist": "E‐40",
    "artist_ids": [
        "a449973b-074b-4cf0-a4d6-f11fa2d1073f"
    ],
    "album": "West Coast Collection, Volume 1",
    "release_id": null,
    "release_group_id": "d1584017-fbf8-4736-afe3-d484a037f9c5",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Earl ā€œE-40ā€ Stevens is an iconic Bay Area rapper and businessman whose creativity and distinctive vocabulary have left a lasting mark on hip-hop, particularly West Coast and hyphy culture. Active since the mid-1980s, he has built an extensive catalog of releases while continuing to expand his reach beyond music through ventures such as beverage brands and his Goon With The Spoon food line.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}