Information about plays

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

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

{
    "id": 351970,
    "uri": "https://api.kexp.org/v2/plays/351970/?format=api",
    "airdate": "2019-07-09T05:10:06-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/c239fafc-08fc-46e0-9596-16f07f917e92/22167416205-250.jpg",
    "thumbnail_uri": "",
    "song": "Mettavolution",
    "track_id": "88b428d4-bf93-432b-889c-3d15ac24d089",
    "recording_id": null,
    "artist": "Rodrigo y Gabriela",
    "artist_ids": [
        "a8ed28e3-5c08-4448-b889-867483e251f5"
    ],
    "album": "Mettavolution",
    "release_id": "c239fafc-08fc-46e0-9596-16f07f917e92",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rodrigo Y Gabriela will be LIVE in the KEXP Gathering Space this upcoming Sunday, July 14th at 1PM.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}