Information about plays

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

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

{
    "id": 370274,
    "uri": "https://api.kexp.org/v2/plays/370274/?format=api",
    "airdate": "2019-08-21T06:13:24-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "http://coverartarchive.org/release/5fb363d1-3bee-44ce-acfc-43fdb0d7c4aa/2761546755-250.jpg",
    "thumbnail_uri": "",
    "song": "Elevation",
    "track_id": "64740a19-0cbc-3467-8ffc-1d54b17dbc4f",
    "recording_id": null,
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Marquee Moon",
    "release_id": "5fb363d1-3bee-44ce-acfc-43fdb0d7c4aa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to guitarist Richard Lloyd, the rotating sound for this song was accomplished when the engineer, \"stood in front of me in the studio, swinging this microphone around his head like a lasso. He nearly took my fucking nose off. I was backing up while I was playing.” - https://bit.ly/2Zf041l",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}