Information about plays

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

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

{
    "id": 3584952,
    "uri": "https://api.kexp.org/v2/plays/3584952/?format=api",
    "airdate": "2025-11-30T10:03:40-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Times They Are A-Changin'",
    "track_id": null,
    "recording_id": "ae233dfc-bc6d-4cd8-a444-5c01c398a4f7",
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "Odetta Sings Dylan",
    "release_id": null,
    "release_group_id": "ab7a08d1-342f-33e5-b98e-2da89a59aa55",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Her version, from an album of Dylan tunes ; Odetta performing \"Blowin’ In The Wind\" live in 2005 with Liam Clancy: https://www.youtube.com/watch?v=LJy8UbAt0X0 ; the great activist and musician passed away in 2008: https://www.sfcv.org/reviews/none/a-new-biography-of-odetta-reveals-a-difficult-life-well-sung",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}