Information about plays

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

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

{
    "id": 453486,
    "uri": "https://api.kexp.org/v2/plays/453486/?format=api",
    "airdate": "2001-08-08T12:52:00-07:00",
    "show": 7673,
    "show_uri": "https://api.kexp.org/v2/shows/7673/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QTPN8MESL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QTPN8MESL._SL75_.jpg",
    "song": "Melancholy Girl",
    "track_id": "4d67813b-4d40-4548-bc54-e2ea3e6e1ce2",
    "recording_id": null,
    "artist": "Jack Logan and Liquor Cabinet",
    "artist_ids": [
        "ccb858b9-5ab9-424b-bcf5-8bb900c1d736"
    ],
    "album": "Buzz Me In",
    "release_id": "aa95bbfb-d557-40ef-b726-5923f868750d",
    "release_group_id": null,
    "labels": [
        "Capricorn"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}