Information about plays

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

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

{
    "id": 343514,
    "uri": "https://api.kexp.org/v2/plays/343514/?format=api",
    "airdate": "2019-06-19T15:19:07-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/94c61f95-1c39-4a5f-961f-61b3e1426cbe/2714049851-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Up, Stand Up",
    "track_id": "fbbe8562-2a0f-3e9b-8760-2bbdb846b7c1",
    "recording_id": null,
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Legend: The Best of Bob Marley and The Wailers",
    "release_id": "94c61f95-1c39-4a5f-961f-61b3e1426cbe",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2002-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about the history of Juneteenth here:  https://www.juneteenth.com/history.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}