Information about plays

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

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

{
    "id": 415545,
    "uri": "https://api.kexp.org/v2/plays/415545/?format=api",
    "airdate": "2001-04-17T03:03:20-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rkpyZV4LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rkpyZV4LL._SL75_.jpg",
    "song": "Be Thankful for What You've Got",
    "track_id": "c171c67b-0254-40fd-8e73-c78bf42860a3",
    "recording_id": null,
    "artist": "William DeVaughn",
    "artist_ids": [
        "e547ca1c-f9fb-46fb-aee7-9a300622b513"
    ],
    "album": "Harlem Sessions (disc 1)",
    "release_id": "79c4a99b-8ac0-4cfa-8b1a-62082566ded2",
    "release_group_id": null,
    "labels": [
        "Sessions"
    ],
    "label_ids": [
        "da4a8bf1-a1b8-49cc-bf12-9895b53e88f4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}