Information about plays

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

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

{
    "id": 3598873,
    "uri": "https://api.kexp.org/v2/plays/3598873/?format=api",
    "airdate": "2026-01-01T15:31:13-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Comes the Sun",
    "track_id": "849c0a19-afe2-3d8b-852c-20e0172f584c",
    "recording_id": "440f60e8-0b25-4ec4-abb1-c6beec624ab0",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Abbey Road",
    "release_id": "fb70321f-78df-30ff-92de-21a4bc9ca16c",
    "release_group_id": "9162580e-5df4-32de-80cc-f45a8d8a9b1d",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘Here Comes The Sun’, George Harrison’s second song on Abbey Road, was written on an acoustic guitar in the garden of Eric Clapton’s house in Ewhurst, Surrey. Harrison was responsible for vocals, backing vocals, acoustic guitar, harmonium, Moog synthesiser, and handclaps.\n--\nJohn Lennon didn’t appear on ‘Here Comes The Sun’; he was recovering from a car accident at the time of the first sessions, and later on George Harrison largely completed the song alone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}