Information about plays

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

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

{
    "id": 433432,
    "uri": "https://api.kexp.org/v2/plays/433432/?format=api",
    "airdate": "2001-06-11T03:33:20-07:00",
    "show": 7293,
    "show_uri": "https://api.kexp.org/v2/shows/7293/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31S8ST31JRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31S8ST31JRL._SL75_.jpg",
    "song": "Eye of Illusion",
    "track_id": "efc46e19-2188-4a8e-b62e-fb2d89b6aa36",
    "recording_id": null,
    "artist": "Eidolon",
    "artist_ids": [
        "31d447dc-ef8f-48d1-b2a7-e13373f5b217"
    ],
    "album": "Nightmare World",
    "release_id": "8993a1bf-fcf0-41f4-b33a-04efb429cf74",
    "release_group_id": null,
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "2000-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}