Information about plays

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

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

{
    "id": 381928,
    "uri": "https://api.kexp.org/v2/plays/381928/?format=api",
    "airdate": "2019-09-17T09:15:39-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "http://coverartarchive.org/release/a67aee18-cfed-456f-b652-37380b3ee611/24100576895-250.jpg",
    "thumbnail_uri": "",
    "song": "Do It Without You",
    "track_id": "14372449-d343-4e04-afc5-cfb779199015",
    "recording_id": null,
    "artist": "Jacques Greene",
    "artist_ids": [
        "a64a323b-4df9-48b5-a277-4cfc3f30a34f"
    ],
    "album": "Dawn Chorus",
    "release_id": "a67aee18-cfed-456f-b652-37380b3ee611",
    "release_group_id": null,
    "labels": [
        "LuckyMe"
    ],
    "label_ids": [
        "bd2e11b6-fa00-4616-848d-4e8a23cd63ff"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jacques Greene has announced a new LP, Dawn Chorus, due out October 18 via LuckyMe.  The LP also features Lost In Translation composer Brian Reitzell on percussion, Radiohead collaborator and cross-genre cellist/producer Oliver Coates, and singers Ebhoni and Rochelle Jordan, as well as Julianna Barwick. “Instead of sampling R&B vocals, I was trying to sample studio mythologies and mindsets,” Greene says.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}