Information about plays

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

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

{
    "id": 375980,
    "uri": "https://api.kexp.org/v2/plays/375980/?format=api",
    "airdate": "2019-09-03T11:32:55-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/39200288-578b-38d7-894a-0a5794435267/2613572066-250.jpg",
    "thumbnail_uri": "",
    "song": "People Are People",
    "track_id": "15efa59d-833c-3e6c-a553-65661a1dca37",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "The Best of Depeche Mode, Volume 1",
    "release_id": "39200288-578b-38d7-894a-0a5794435267",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natalie wrote, \" I would like to request 'People Are People' by Depeche Mode because I am starting 5th grade tomorrow and I also dedicate this to my stepdad Chris!\" The percussion on this song incorporates various culinary implements. Lead singer Dave Gahan explained: \"We used to go into studios, and the first thing we'd do, we'd ask where the kitchen was - literally for pots and pans and things that we could throw down the stairs, and record the rhythms they would make crashing around, and then make it into loops.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}