Information about plays

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

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

{
    "id": 482207,
    "uri": "https://api.kexp.org/v2/plays/482207/?format=api",
    "airdate": "2001-10-31T16:30:00-08:00",
    "show": 8232,
    "show_uri": "https://api.kexp.org/v2/shows/8232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21X3K71J6KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21X3K71J6KL._SL75_.jpg",
    "song": "Zombie Stomp",
    "track_id": "91860d9a-28d3-446d-80c6-71b3921e1ce9",
    "recording_id": null,
    "artist": "The Woggles",
    "artist_ids": [
        "edc23c14-ff7e-4b0f-93a7-8116c78a99e1"
    ],
    "album": "Get Tough!",
    "release_id": "d6bf8397-3a0b-4d32-9fb0-6862b7b841dd",
    "release_group_id": null,
    "labels": [
        "Telstar"
    ],
    "label_ids": [
        "cb9a39f7-8f31-47dc-a61b-ebc5febff7cf"
    ],
    "release_date": "1997-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}