Information about plays

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

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

{
    "id": 352413,
    "uri": "https://api.kexp.org/v2/plays/352413/?format=api",
    "airdate": "2019-07-10T03:28:56-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live in the KEXP Gathering Space on Sunday, July 14th at Noon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}