Information about plays

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

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

{
    "id": 445225,
    "uri": "https://api.kexp.org/v2/plays/445225/?format=api",
    "airdate": "2001-07-15T11:24:32-07:00",
    "show": 7517,
    "show_uri": "https://api.kexp.org/v2/shows/7517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N5BJ75FTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N5BJ75FTL._SL75_.jpg",
    "song": "Look on Yonder Wall",
    "track_id": "a1a58422-890a-4d3c-aa78-28698569f187",
    "recording_id": null,
    "artist": "Elmore James",
    "artist_ids": [
        "6fbd2cfb-5f9c-497c-8e06-3c6668367681"
    ],
    "album": "King of the Slide Guitar (disc 2)",
    "release_id": "c9fb33eb-e7a5-4e6b-9286-6846f96f933b",
    "release_group_id": null,
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}