Information about plays

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

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

{
    "id": 3559262,
    "uri": "https://api.kexp.org/v2/plays/3559262/?format=api",
    "airdate": "2025-09-29T15:06:40-07:00",
    "show": 64701,
    "show_uri": "https://api.kexp.org/v2/shows/64701/?format=api",
    "image_uri": "https://ia800201.us.archive.org/29/items/mbid-3ed91d02-694d-470b-9914-d07fc4924d25/mbid-3ed91d02-694d-470b-9914-d07fc4924d25-10125016296_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/29/items/mbid-3ed91d02-694d-470b-9914-d07fc4924d25/mbid-3ed91d02-694d-470b-9914-d07fc4924d25-10125016296_thumb250.jpg",
    "song": "Buffalo",
    "track_id": "1c78ca5f-9e1f-4d95-91d0-c271811f68dd",
    "recording_id": "84da23df-d90d-4fac-8f9f-7c4319d74480",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "What For?",
    "release_id": "3ed91d02-694d-470b-9914-d07fc4924d25",
    "release_group_id": "3bb6a0b9-cdef-4238-a986-1e4dd426783b",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2015-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance in the KEXP studio in 2015 that included \"Buffalo\": https://www.youtube.com/watch?v=J6_eAZDbshY&t=8s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}