Information about plays

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

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

{
    "id": 497453,
    "uri": "https://api.kexp.org/v2/plays/497453/?format=api",
    "airdate": "2001-12-16T20:01:00-08:00",
    "show": 8537,
    "show_uri": "https://api.kexp.org/v2/shows/8537/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21sOU9bX2FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21sOU9bX2FL._SL75_.jpg",
    "song": "Songe",
    "track_id": "1aa1a605-2b0c-4616-9b52-c099fd4c91f2",
    "recording_id": null,
    "artist": "Amp",
    "artist_ids": [
        "c60f9fb1-b519-4c70-ba0c-d89b9e96aff1"
    ],
    "album": "Stenorette",
    "release_id": "ccfd3b89-a1ef-46d3-8427-3777c3f00528",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1998-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}