Information about plays

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

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

{
    "id": 3559525,
    "uri": "https://api.kexp.org/v2/plays/3559525/?format=api",
    "airdate": "2025-09-30T05:57:49-07:00",
    "show": 64706,
    "show_uri": "https://api.kexp.org/v2/shows/64706/?format=api",
    "image_uri": "https://ia801201.us.archive.org/10/items/mbid-b5885b2d-afae-47b1-945e-6e1869590974/mbid-b5885b2d-afae-47b1-945e-6e1869590974-2703435976_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/10/items/mbid-b5885b2d-afae-47b1-945e-6e1869590974/mbid-b5885b2d-afae-47b1-945e-6e1869590974-2703435976_thumb250.jpg",
    "song": "Get Back",
    "track_id": "0ee5f743-67c0-39f4-b430-786dc55477ac",
    "recording_id": "b2d2881c-d968-4926-82de-de874d37eea7",
    "artist": "The Beatles with Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38",
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Past Masters",
    "release_id": "b5885b2d-afae-47b1-945e-6e1869590974",
    "release_group_id": "37657513-7a52-42bd-b235-09347c437cb2",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Billy Preston was a virtuoso keyboardist, particularly on Hammond organ. Preston was recognized as a top session musician in the 1960s, during which he backed artists such as Little Richard, Sam Cooke, Ray Charles and the Beatles. Preston was sometimes referred to as the \"Fifth Beatle,\" played organ and piano on some tracks, including \"Get Back,\" which was credited to \"The Beatles with Billy Preston.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}