Information about plays

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

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

{
    "id": 3578652,
    "uri": "https://api.kexp.org/v2/plays/3578652/?format=api",
    "airdate": "2025-11-15T19:49:11-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "https://ia801008.us.archive.org/26/items/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e-22303342735_thumb500.jpg",
    "thumbnail_uri": "https://dn710106.ca.archive.org/0/items/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e/mbid-2c2ec473-060d-46d4-9737-d46f5bd7724e-22303342735_thumb250.jpg",
    "song": "Ordinary Guy",
    "track_id": "89da9ae7-1a4c-3fa4-842f-99f0697abb1d",
    "recording_id": "b24ebd76-4e45-4d5e-90b8-e9b0f8103752",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Bayani",
    "release_id": "2c2ec473-060d-46d4-9737-d46f5bd7724e",
    "release_group_id": "e52eb555-b0d2-3e81-a10c-9e1e695e1857",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Brian in Kent! Thanks Brian!\n\n\"Blue Scholars is an American hip hop duo based in Seattle, Washington, created in 2002 while the members, DJ Sabzi and MC Geologic, were students at the University of Washington. The name \"Blue Scholars\" is a play on the term \"blue collar,\" an idiom for workers who often earn hourly wages for manual labor.\"\n\nhttps://bluescholars.bandcamp.com/album/bayani-redux",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}