Information about plays

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

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

{
    "id": 3416440,
    "uri": "https://api.kexp.org/v2/plays/3416440/?format=api",
    "airdate": "2024-10-23T20:37:31-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open House",
    "track_id": null,
    "recording_id": "60e74735-f934-48bf-a70b-76961ae70dda",
    "artist": "Serpent Power",
    "artist_ids": [
        "289168d0-eef7-4cf4-b4a9-2c6f5eab6222"
    ],
    "album": "Poppies: Assorted Finery From The First Psychedelic Age",
    "release_id": null,
    "release_group_id": "280a97b4-61c6-42d7-8421-9cd83ebc32da",
    "labels": [
        "Craft Recordings"
    ],
    "label_ids": [
        "f1af31a6-389a-44fe-a47b-6bf14f2175ae"
    ],
    "release_date": "2019-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rare and unreleased psych rock tracks from the Concord catalog, including songs from the Vanguard, Original Sound, Hip and Musart labels.\" https://craftrecordings.com/products/poppies-assorted-finery-from-the-first-psychedelic-age-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}