Information about plays

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

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

{
    "id": 518421,
    "uri": "https://api.kexp.org/v2/plays/518421/?format=api",
    "airdate": "2002-02-16T09:13:00-08:00",
    "show": 8943,
    "show_uri": "https://api.kexp.org/v2/shows/8943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519598HGLCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519598HGLCL._SL75_.jpg",
    "song": "Baba Boom (Ba Ba Boom Time)",
    "track_id": "dc126370-68e8-46cd-beb4-8571565a26cb",
    "recording_id": null,
    "artist": "The Jamaicans",
    "artist_ids": [
        "d78bff21-e2a0-4033-9009-40abeb1215de"
    ],
    "album": "Roots of Reggae, Volume 2: Rock Steady",
    "release_id": "5b0799c6-be01-4964-9d23-ec61d4182b92",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}