Information about plays

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

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

{
    "id": 453298,
    "uri": "https://api.kexp.org/v2/plays/453298/?format=api",
    "airdate": "2001-08-08T00:55:23-07:00",
    "show": 7670,
    "show_uri": "https://api.kexp.org/v2/shows/7670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5169ojmgWxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5169ojmgWxL._SL75_.jpg",
    "song": "Low Order",
    "track_id": "7b7e06d6-77c1-432c-8bf8-b7bd3b7e9206",
    "recording_id": null,
    "artist": "Eardrum",
    "artist_ids": [
        "d13e10ad-8c39-47b1-ad51-58b00be8a1fe"
    ],
    "album": "Last Light",
    "release_id": "65d33e9f-5a7e-4823-9bb0-616aac22a47b",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "1999-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}