Information about plays

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

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

{
    "id": 497897,
    "uri": "https://api.kexp.org/v2/plays/497897/?format=api",
    "airdate": "2001-12-18T02:05:00-08:00",
    "show": 8545,
    "show_uri": "https://api.kexp.org/v2/shows/8545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL._SL75_.jpg",
    "song": "Session Man",
    "track_id": "99222056-f47d-4437-afbc-aed20dae10a4",
    "recording_id": null,
    "artist": "The Congratulators",
    "artist_ids": [
        "68523776-c5db-48f7-b20f-71301eaad3a6"
    ],
    "album": "Give the People What We Want: The Songs of The Kinks",
    "release_id": "a3223f11-66a1-45ae-945a-ee4b18f2fd47",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}