Information about plays

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

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

{
    "id": 416386,
    "uri": "https://api.kexp.org/v2/plays/416386/?format=api",
    "airdate": "2001-04-19T12:11:15-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512G16N4CQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512G16N4CQL._SL75_.jpg",
    "song": "Agony",
    "track_id": "bee58486-5ebc-4b20-8834-a1fa05c2826e",
    "recording_id": null,
    "artist": "The Muffs",
    "artist_ids": [
        "72186b6a-fe30-4e2a-9c31-852e23ff93af"
    ],
    "album": "Blonder and Blonder",
    "release_id": "5ea13c90-461c-46f5-948f-0159ee3aafe5",
    "release_group_id": null,
    "labels": [
        "Reprise"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}