Information about plays

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

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

{
    "id": 1390627,
    "uri": "https://api.kexp.org/v2/plays/1390627/?format=api",
    "airdate": "2008-06-27T05:38:47-07:00",
    "show": 24270,
    "show_uri": "https://api.kexp.org/v2/shows/24270/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YeCCZXfvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YeCCZXfvL._SL75_.jpg",
    "song": "Nothing Ever Happened",
    "track_id": null,
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Microcastle",
    "release_id": "584eb598-9b01-415c-ac7e-2f7997d3f304",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2008-10-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}