Information about plays

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

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

{
    "id": 345439,
    "uri": "https://api.kexp.org/v2/plays/345439/?format=api",
    "airdate": "2019-06-24T06:04:23-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/8ec3f74a-7657-4c69-ae2e-ef32fc58628f/22876989554-250.jpg",
    "thumbnail_uri": "",
    "song": "Cellophane",
    "track_id": "4a244c5b-1fc4-484e-8a36-fb41d86a074c",
    "recording_id": null,
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "Cellophane",
    "release_id": "8ec3f74a-7657-4c69-ae2e-ef32fc58628f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the video for this song, directed by Bjӧrk collaborator Andrew Thomas Huang, twigs performs an amazing lyrical pole dancing routine. She revealed that she took it up for the sole purpose of including it in the “Cellophane” video.Check out the video here: https://youtu.be/YkLjqFpBh84",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}