Information about plays

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

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

{
    "id": 353258,
    "uri": "https://api.kexp.org/v2/plays/353258/?format=api",
    "airdate": "2019-07-11T23:55:29-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/2eebdb83-011b-4c9b-877d-53a2cf763ce7/21164714454-250.jpg",
    "thumbnail_uri": "",
    "song": "Sampaguita",
    "track_id": "0f80fd42-22ce-4714-b90b-63b962c5ab2a",
    "recording_id": null,
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "Ultra",
    "release_id": "2eebdb83-011b-4c9b-877d-53a2cf763ce7",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle electronic duo NAVVI are well known for their cinematic instrumentals and poignant vocals performances. Experience them live in KEXP studio. Recorded July 15, 2016 https://www.youtube.com/watch?v=cJyjZaB-9cg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}