Information about plays

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

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

{
    "id": 3601657,
    "uri": "https://api.kexp.org/v2/plays/3601657/?format=api",
    "airdate": "2026-01-08T02:52:08-08:00",
    "show": 65592,
    "show_uri": "https://api.kexp.org/v2/shows/65592/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2b6956d-fb24-46b7-845d-258af8be39c5/41380683502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2b6956d-fb24-46b7-845d-258af8be39c5/41380683502-250.jpg",
    "song": "Back Together Again",
    "track_id": null,
    "recording_id": "9f451211-e202-4ee2-b01e-20a45ce92b51",
    "artist": "Roberta Flack with Donny Hathaway",
    "artist_ids": [
        "5298bbcb-7330-49bf-a780-2d757f10a20a",
        "3f6ae36d-ffdb-40cf-98e6-8023cb1c41c9"
    ],
    "album": "Roberta Flack featuring Donny Hathaway",
    "release_id": null,
    "release_group_id": "9819d7fe-08c1-3edb-a1ac-83f3d9ed93e3",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was one of the last songs the two recorded together on January 13th, 1979. After dinner at Flack's residence in the Dakota, Hathaway, age 33, returned to his suite on the fifteenth floor of Essex House, later fatally falling from window of his suite. Police ruled the death a suicide. \n\n“People compare him to Otis,” Miss Flack said, “but Donny was greater. He was not only a singer, but also a composer, arranger, conductor, singer and teacher.\"\n\nWe lost Roberta Flack this last February. RIP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}