Information about plays

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

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

{
    "id": 446511,
    "uri": "https://api.kexp.org/v2/plays/446511/?format=api",
    "airdate": "2001-07-19T03:36:40-07:00",
    "show": 7542,
    "show_uri": "https://api.kexp.org/v2/shows/7542/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kW5PppemL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kW5PppemL._SL75_.jpg",
    "song": "How Does It Feel to Feel",
    "track_id": "7147abbf-5247-4d62-bcd5-befe13ee8c82",
    "recording_id": null,
    "artist": "The Creation",
    "artist_ids": [
        "1d5d9b06-1b0b-4c40-8481-bad62e03b4ab"
    ],
    "album": "Nuggets II: Original Artyfacts From the British Empire and Beyond, 1964-1969, Volume 4",
    "release_id": "47a2159c-8a04-481b-9d7b-47736855443c",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-07-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}