Information about plays

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

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

{
    "id": 3428407,
    "uri": "https://api.kexp.org/v2/plays/3428407/?format=api",
    "airdate": "2024-11-21T21:37:27-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Didn't Love Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Seinking Ships, Miki Berenyi",
    "artist_ids": [],
    "album": "Museum Quality Capture",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "S-Curve Records"
    ],
    "label_ids": [],
    "release_date": "2010-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavily influenced by new wave bands and film soundtracks, chamber pop purveyor and multi-instrumentalist Christopher Seink began collaborating on their Seinking Ships project in 2006. Mainly a vehicle for instrumental pop experiments, the project occasionally utilizes outside vocal talent -- most notably, Miki Berenyi (of the shoegaze band, Lush) on their tracks, \"You Didn't Love Me\" , \"We Will Drink Wine.\" and \"Digging His Own Hole.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}