Information about plays

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

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

{
    "id": 1337553,
    "uri": "https://api.kexp.org/v2/plays/1337553/?format=api",
    "airdate": "2008-02-11T22:20:10-08:00",
    "show": 23375,
    "show_uri": "https://api.kexp.org/v2/shows/23375/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tDVslJVGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tDVslJVGL._SL75_.jpg",
    "song": "Cocaine Blues",
    "track_id": "5c16cfca-f99f-4dc4-88cb-69db6a972b71",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "At Folsom Prison",
    "release_id": "09ef6117-9339-4bcf-b627-79a40d36255a",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1999-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}