Information about plays

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

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

{
    "id": 486086,
    "uri": "https://api.kexp.org/v2/plays/486086/?format=api",
    "airdate": "2001-11-13T05:17:08-08:00",
    "show": 8314,
    "show_uri": "https://api.kexp.org/v2/shows/8314/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/415JPkdR%2BmL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/415JPkdR%2BmL._SL75_.jpg",
    "song": "When Everything Went North",
    "track_id": "6163374a-0300-4c91-a8dd-d5844db8a12d",
    "recording_id": null,
    "artist": "The Standard",
    "artist_ids": [
        "24b450f8-cbb4-4a44-a201-49c9e3de36ef"
    ],
    "album": "August",
    "release_id": "65f225e5-1751-4e61-9ade-b69890c3d648",
    "release_group_id": null,
    "labels": [
        "Barbaric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}