Information about plays

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

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

{
    "id": 515562,
    "uri": "https://api.kexp.org/v2/plays/515562/?format=api",
    "airdate": "2002-02-08T04:20:00-08:00",
    "show": 8888,
    "show_uri": "https://api.kexp.org/v2/shows/8888/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51REveesqjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51REveesqjL._SL75_.jpg",
    "song": "Landscaping",
    "track_id": "b4ec05b3-dca5-4a1c-a361-a25257e1208c",
    "recording_id": null,
    "artist": "Recloose",
    "artist_ids": [
        "51d2e0dc-6e8b-4833-a05c-c505a3161051"
    ],
    "album": "Spelunking",
    "release_id": "438af28c-e5d0-4191-9ebe-c7d7c9891547",
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": "1999-09-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}