Information about plays

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

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

{
    "id": 460287,
    "uri": "https://api.kexp.org/v2/plays/460287/?format=api",
    "airdate": "2001-08-28T04:37:30-07:00",
    "show": 7808,
    "show_uri": "https://api.kexp.org/v2/shows/7808/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TEXH6N84L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TEXH6N84L._SL75_.jpg",
    "song": "Marie",
    "track_id": "2c89e779-4034-447e-a8df-d84cdd2bf53b",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Poet: A Tribute to Townes Van Zandt",
    "release_id": "ef54e0c2-80f2-444b-b123-97484b94fa9f",
    "release_group_id": null,
    "labels": [
        "FreeFalls"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}