Information about plays

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

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

{
    "id": 495085,
    "uri": "https://api.kexp.org/v2/plays/495085/?format=api",
    "airdate": "2001-12-09T21:32:00-08:00",
    "show": 8492,
    "show_uri": "https://api.kexp.org/v2/shows/8492/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4111DKJ8ZRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4111DKJ8ZRL._SL75_.jpg",
    "song": "Song Seller",
    "track_id": "066a690a-37c7-4d56-9767-7f23ed8f62b0",
    "recording_id": null,
    "artist": "Klute",
    "artist_ids": [
        "770ccf83-47ce-4fa1-83ec-d8fc24269784"
    ],
    "album": "Lie Cheat & Steal (disc 1)",
    "release_id": "a8cc6849-2287-4f32-b1cb-e836e114dc7c",
    "release_group_id": null,
    "labels": [
        "31"
    ],
    "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"
}