Information about plays

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

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

{
    "id": 3519977,
    "uri": "https://api.kexp.org/v2/plays/3519977/?format=api",
    "airdate": "2025-06-28T15:00:19-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://coverartarchive.org/release/cee6de84-dcac-431a-b6b2-be56d86473e4/28923351246-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cee6de84-dcac-431a-b6b2-be56d86473e4/28923351246-250.jpg",
    "song": "The Glow of Love",
    "track_id": null,
    "recording_id": "38c5a4cf-ae82-46aa-b407-18d7c9ba35f3",
    "artist": "Change",
    "artist_ids": [
        "9974d324-3d58-4f93-812b-41eb3ca75eed"
    ],
    "album": "The Glow of Love",
    "release_id": null,
    "release_group_id": "bb7853ba-b613-4b57-a161-258d53226eff",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New and true and gay!\n\nPost-disco group formed in Italy in 1979, here featuring the amazing vocals of Luther Vandross - this song's popularity led to Vandross' successful solo career",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}