Information about plays

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

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

{
    "id": 504316,
    "uri": "https://api.kexp.org/v2/plays/504316/?format=api",
    "airdate": "2002-01-06T18:09:13-08:00",
    "show": 8673,
    "show_uri": "https://api.kexp.org/v2/shows/8673/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5181pMWe3DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5181pMWe3DL._SL75_.jpg",
    "song": "Neck Snap Fiend",
    "track_id": "45eb655b-d775-47fb-b106-4afab3433c15",
    "recording_id": null,
    "artist": "Mr. Brady",
    "artist_ids": [
        "c46702f9-8320-4609-a9f7-fbaac56be49d"
    ],
    "album": "Dirty",
    "release_id": "d4472ea7-4f9f-449e-8def-ef8410732a27",
    "release_group_id": null,
    "labels": [
        "Battle Axe"
    ],
    "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"
}