Information about plays

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

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

{
    "id": 350598,
    "uri": "https://api.kexp.org/v2/plays/350598/?format=api",
    "airdate": "2019-07-05T21:09:05-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "http://coverartarchive.org/release/88ab7a5c-fd27-421e-85f0-f107ed86a43f/21986047480-250.jpg",
    "thumbnail_uri": "",
    "song": "Complexion (A Zulu Love)",
    "track_id": "2edff4ef-46d0-4239-aeda-7895fdb4f007",
    "recording_id": null,
    "artist": "Kendrick Lamar feat. Rapsody",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "To Pimp a Butterfly",
    "release_id": "88ab7a5c-fd27-421e-85f0-f107ed86a43f",
    "release_group_id": null,
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2015-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch video of Rapsody explain her writing process on Kendrick Lamar's 'Complexion (A Zulu Love)' here: https://www.youtube.com/watch?v=l7pJCdrfr7o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}