Information about plays

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

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

{
    "id": 535119,
    "uri": "https://api.kexp.org/v2/plays/535119/?format=api",
    "airdate": "2002-04-06T00:39:14-08:00",
    "show": 9269,
    "show_uri": "https://api.kexp.org/v2/shows/9269/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51evw7FsqYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51evw7FsqYL._SL75_.jpg",
    "song": "Prologue of the Recalcitrance",
    "track_id": "cf0eafd8-b3ed-46be-a0c1-f3b152e7db99",
    "recording_id": null,
    "artist": "Bevel",
    "artist_ids": [
        "4fb2ce75-4ea0-4184-8eac-ca7136c5aad0"
    ],
    "album": "Where Leaves Block The Sun",
    "release_id": "ecb20009-1805-463b-b28e-a400d7d8b5b7",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "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"
}