Information about plays

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

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

{
    "id": 3597623,
    "uri": "https://api.kexp.org/v2/plays/3597623/?format=api",
    "airdate": "2025-12-29T13:33:56-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There's Something Better",
    "track_id": null,
    "recording_id": "79dc203b-e254-49e0-ae6f-9d93eff35667",
    "artist": "Free Life",
    "artist_ids": [
        "9b0c1a8b-1ea5-4872-aefa-196dfc8c6080"
    ],
    "album": "Dance Fantasy",
    "release_id": null,
    "release_group_id": "783a3df1-cbd6-4e16-86e0-7f24b1fa3175",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Free Life released \"There's Something Better\" as a b-side to \"Dance Fantasy\" in 1979.\n\nFree Life was a short-lived soul-funk band, discovered and produced by Earth, Wind & Fire member Philip Bailey. Members included: Carl Carwell, David Straughter, Ernest Straughter, Julius Carey, Louis Russell, Robert Russell, Spencer Bean, Wayne Stalling, and Winston Ford.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}