Information about plays

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

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

{
    "id": 414368,
    "uri": "https://api.kexp.org/v2/plays/414368/?format=api",
    "airdate": "2001-01-02T15:07:46-08:00",
    "show": 6904,
    "show_uri": "https://api.kexp.org/v2/shows/6904/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lSkbQctKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lSkbQctKL._SL75_.jpg",
    "song": "Untrue",
    "track_id": "0393be14-3d61-4a56-b3fc-6453b22ec058",
    "recording_id": null,
    "artist": "Burial",
    "artist_ids": [
        "9ddce51c-2b75-4b3e-ac8c-1db09e7c89c6"
    ],
    "album": "Untrue",
    "release_id": "e08c3db9-fc33-4d4e-b8b7-818d34228bef",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2007-11-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}