Information about plays

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

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

{
    "id": 448488,
    "uri": "https://api.kexp.org/v2/plays/448488/?format=api",
    "airdate": "2001-07-25T00:35:17-07:00",
    "show": 7582,
    "show_uri": "https://api.kexp.org/v2/shows/7582/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HCr2ex9nL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HCr2ex9nL._SL75_.jpg",
    "song": "Flat Beauty",
    "track_id": "022ef938-5e99-4284-8996-e61de97c71bf",
    "recording_id": null,
    "artist": "Robert Pollard",
    "artist_ids": [
        "e7f29e49-6078-4528-a5dc-5d0eeb8a1437"
    ],
    "album": "Not in My Airforce",
    "release_id": "63394f55-9472-4599-9119-8c871590c5e9",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}