Information about plays

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

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

{
    "id": 1301714,
    "uri": "https://api.kexp.org/v2/plays/1301714/?format=api",
    "airdate": "2007-11-12T22:53:17-08:00",
    "show": 22775,
    "show_uri": "https://api.kexp.org/v2/shows/22775/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wS1b1Zc0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wS1b1Zc0L._SL75_.jpg",
    "song": "Tonto (Four Tet remix)",
    "track_id": "2fdc03df-e429-4201-ac49-fc42d578a658",
    "recording_id": null,
    "artist": "Battles",
    "artist_ids": [
        "8522b9b6-b295-48d7-9a10-8618fb80beb8"
    ],
    "album": "Tonto+",
    "release_id": "d800a9e2-c11a-4d35-98e8-6b8cdb4ac631",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-10-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}