Information about plays

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

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

{
    "id": 416550,
    "uri": "https://api.kexp.org/v2/plays/416550/?format=api",
    "airdate": "2001-04-19T22:26:40-07:00",
    "show": 6951,
    "show_uri": "https://api.kexp.org/v2/shows/6951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Epox5mgFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Epox5mgFL._SL75_.jpg",
    "song": "Crown Estate",
    "track_id": "b2d68331-de26-4be2-82e7-f925414604ca",
    "recording_id": null,
    "artist": "Piano Magic",
    "artist_ids": [
        "88861c95-0cd8-4710-81ef-6cecd7ea8ff5"
    ],
    "album": "Low Birth Weight",
    "release_id": "2d0d0d7c-9ac8-44cc-ab1b-c599b697095b",
    "release_group_id": null,
    "labels": [
        "Rocket Girl"
    ],
    "label_ids": [
        "38a1eaab-5a2b-4934-87d3-74aa9bca5f9f"
    ],
    "release_date": "1999-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}