Information about plays

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

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

{
    "id": 529616,
    "uri": "https://api.kexp.org/v2/plays/529616/?format=api",
    "airdate": "2002-03-21T11:35:06-08:00",
    "show": 9165,
    "show_uri": "https://api.kexp.org/v2/shows/9165/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519GZFUW%2BmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519GZFUW%2BmL._SL75_.jpg",
    "song": "Ugly Stories",
    "track_id": "24962d0f-d3b6-4f4d-bb59-d9fc3812f9e7",
    "recording_id": null,
    "artist": "Josh Rouse",
    "artist_ids": [
        "023d64c9-93db-4a20-8c5c-2efa1a53481a"
    ],
    "album": "Under Cold Blue Stars",
    "release_id": "12a2febe-3264-48d7-8eef-9fb758ae04af",
    "release_group_id": null,
    "labels": [
        "Slow River/Rykodisc"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}