Information about plays

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

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

{
    "id": 3637225,
    "uri": "https://api.kexp.org/v2/plays/3637225/?format=api",
    "airdate": "2026-04-03T10:00:28-07:00",
    "show": 66353,
    "show_uri": "https://api.kexp.org/v2/shows/66353/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-807ed417-37f4-45d1-8cc1-2b8d887766a4/mbid-807ed417-37f4-45d1-8cc1-2b8d887766a4-21490247519_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-807ed417-37f4-45d1-8cc1-2b8d887766a4/mbid-807ed417-37f4-45d1-8cc1-2b8d887766a4-21490247519_thumb250.jpg",
    "song": "I Study Horses",
    "track_id": "b1ce7039-f7b8-409c-b350-9a156fcc4834",
    "recording_id": "1677f5d7-e4ff-4767-ae76-d0c8738af046",
    "artist": "Mark Pickerel",
    "artist_ids": [
        "90fd60fc-b149-4d97-a4fc-54b8b767ad42"
    ],
    "album": "Tess",
    "release_id": "807ed417-37f4-45d1-8cc1-2b8d887766a4",
    "release_group_id": "a1c10ddd-3ba9-4f73-ba4b-cab67aea6fed",
    "labels": [
        "Candy Cross"
    ],
    "label_ids": [
        "9ed8beda-7898-46d2-8ba9-94dc41f21dff"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Pickerel is playing as part of Wolfpack Serenade this Saturday, April 4th, in Thorp, WA at Punch Projects!\nhttps://tinyurl.com/36aezsun\n\nMark Pickerel performed Live on KEXP in April 2016 for the grand opening of our new studios! Enjoy the video here: https://www.youtube.com/watch?v=Uq8buGoI9ww",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}