Information about plays

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

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

{
    "id": 3580374,
    "uri": "https://api.kexp.org/v2/plays/3580374/?format=api",
    "airdate": "2025-11-19T20:57:21-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Soul",
    "track_id": null,
    "recording_id": "09654919-2a53-46bc-9890-caf330ceb3d3",
    "artist": "Buffalo Springfield",
    "artist_ids": [
        "22dc19af-d085-4c9b-adfb-22ec256251f1"
    ],
    "album": "Buffalo Springfield Again",
    "release_id": null,
    "release_group_id": "28768f4d-dd43-382d-a56f-79ddfa6597a9",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1967-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mr. Soul\" is about Neil Young's personal problems with fame and disregard towards rock stardom. It was written by Young after experiencing an epilepsy attack after an early show with Buffalo Springfield in San Francisco. Many people in the audience were questioning if it was part of the act. While being a patient at UCLA Medical Center, he wrote the song during his recovery.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}