Information about plays

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

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

{
    "id": 467085,
    "uri": "https://api.kexp.org/v2/plays/467085/?format=api",
    "airdate": "2001-09-17T12:42:51-07:00",
    "show": 7946,
    "show_uri": "https://api.kexp.org/v2/shows/7946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R48J3D6WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R48J3D6WL._SL75_.jpg",
    "song": "Peeow!",
    "track_id": "2a188d59-9066-49d6-a12e-f6c4318392c6",
    "recording_id": null,
    "artist": "Eat Static",
    "artist_ids": [
        "9cd39202-6c67-400a-b96e-df351c9f9484"
    ],
    "album": "Epsylon",
    "release_id": "42aa50ab-df65-46e9-894c-4dc6cca1e754",
    "release_group_id": null,
    "labels": [
        "Planet Dog/Mammoth"
    ],
    "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"
}