Information about plays

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

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

{
    "id": 2680070,
    "uri": "https://api.kexp.org/v2/plays/2680070/?format=api",
    "airdate": "2019-12-30T19:43:00-08:00",
    "show": 46260,
    "show_uri": "https://api.kexp.org/v2/shows/46260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pela'O (Cocotaxi Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ralfi Pagan",
    "artist_ids": [],
    "album": "Ralfi Pagan Latin Soul Remixed",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geko Jones is back with a new project on Fania Records: Ralfi Pagan’s Latin Soul Remixed. The project features a host of remixers from around the world who give their take on the 1969 album 'Latin Soul' to give it a club sound that will get you dancing!\n\nEl gran Ralfi Pagan fue remixado por los mejores Djs del mundo para su album de 1969 \"Latin Soul\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}