Information about plays

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

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

{
    "id": 418075,
    "uri": "https://api.kexp.org/v2/plays/418075/?format=api",
    "airdate": "2001-04-25T10:22:30-07:00",
    "show": 6985,
    "show_uri": "https://api.kexp.org/v2/shows/6985/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21MASHHJ9HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21MASHHJ9HL._SL75_.jpg",
    "song": "Negative Attitude",
    "track_id": "682365eb-39b7-4f55-b5e4-e5cb15a6f61b",
    "recording_id": null,
    "artist": "Lloyd Cole",
    "artist_ids": [
        "09cbb94a-c594-4674-8255-87112032a751"
    ],
    "album": "The Negatives",
    "release_id": "f13e2140-e120-4a53-96c8-9f7f22448c74",
    "release_group_id": null,
    "labels": [
        "March"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}