Information about plays

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

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

{
    "id": 351713,
    "uri": "https://api.kexp.org/v2/plays/351713/?format=api",
    "airdate": "2019-07-08T13:12:14-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/c239fafc-08fc-46e0-9596-16f07f917e92/22167416205-250.jpg",
    "thumbnail_uri": "",
    "song": "Electric Soul",
    "track_id": "41afef42-21ce-4e08-a5fd-c7b6a3409b6c",
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rodrigo Y Gabriela LIVE on KEXP (GATHERING SPACE) Sunday, July 14th at 12:00 PM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}