Information about plays

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

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

{
    "id": 351382,
    "uri": "https://api.kexp.org/v2/plays/351382/?format=api",
    "airdate": "2019-07-07T16:46:41-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/e0d7ede8-85be-4a35-8a13-34204d0ec1dd/23362381215-250.jpg",
    "thumbnail_uri": "",
    "song": "No Bullets Spent",
    "track_id": "dba0a63c-5467-4cb6-a043-815754e6d3c2",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "No Bullets Spent",
    "release_id": "e0d7ede8-85be-4a35-8a13-34204d0ec1dd",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-06-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new track will live alongside a dozen other tracks from across the Spoon catalog in the upcoming best-of collection, Everything Hits At Once: The Best of Spoon. \"The idea of doing a best-of came to us a couple times,\" Daniel says in a press release announcing the record. \"First I wasn't sure how I felt about it, but at some point I remembered that when I got my first Cure record it was Standing on a Beach. When I got my first New Order record, it was Substance. That was how I met those bands, and I moved backwards from there but I still listen to those comps.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}