Information about plays

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

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

{
    "id": 432119,
    "uri": "https://api.kexp.org/v2/plays/432119/?format=api",
    "airdate": "2001-06-07T03:00:00-07:00",
    "show": 7269,
    "show_uri": "https://api.kexp.org/v2/shows/7269/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Kh8qSqfuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Kh8qSqfuL._SL75_.jpg",
    "song": "One Bourbon, One Scotch, One Beer",
    "track_id": "4e86be80-b713-4fc8-a4a9-3d3020df5831",
    "recording_id": null,
    "artist": "George Thorogood & The Destroyers",
    "artist_ids": [
        "bc01f01c-a401-40d8-9472-b377ac33af05"
    ],
    "album": "The Baddest of George Thorogood and the Destroyers",
    "release_id": "ba310b8c-4d99-45b1-b494-8b1e49d067a1",
    "release_group_id": null,
    "labels": [
        "EMI Italiana"
    ],
    "label_ids": [
        "65d9fdf1-31a7-40a3-a774-86c9f2b19bc4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}