Information about plays

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

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

{
    "id": 3551927,
    "uri": "https://api.kexp.org/v2/plays/3551927/?format=api",
    "airdate": "2025-09-12T02:23:20-07:00",
    "show": 64538,
    "show_uri": "https://api.kexp.org/v2/shows/64538/?format=api",
    "image_uri": "https://ia601306.us.archive.org/31/items/mbid-d4a6d563-10b3-4c5c-8087-c16bfad7e91c/mbid-d4a6d563-10b3-4c5c-8087-c16bfad7e91c-41679581179_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/31/items/mbid-d4a6d563-10b3-4c5c-8087-c16bfad7e91c/mbid-d4a6d563-10b3-4c5c-8087-c16bfad7e91c-41679581179_thumb250.jpg",
    "song": "Henry, come on",
    "track_id": "3e47eafd-6c3d-4fdd-82ad-2a36df4e3d6d",
    "recording_id": "ff17781c-8033-4cc4-a714-446907c5ba6e",
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Henry, come on",
    "release_id": "d4a6d563-10b3-4c5c-8087-c16bfad7e91c",
    "release_group_id": "3844b880-7e59-4ae9-b194-7466fa3a3b31",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2025-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I mean, Henry, come on! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}