Information about plays

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

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

{
    "id": 425882,
    "uri": "https://api.kexp.org/v2/plays/425882/?format=api",
    "airdate": "2001-05-19T00:00:00-07:00",
    "show": 7145,
    "show_uri": "https://api.kexp.org/v2/shows/7145/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XC36D9RJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XC36D9RJL._SL75_.jpg",
    "song": "jehu on a rollercoster",
    "track_id": null,
    "recording_id": null,
    "artist": "Longstocking",
    "artist_ids": [
        "9f049a2d-1cbc-4036-bb38-83bb25a992d7"
    ],
    "album": "Once Upon a Time Called Now",
    "release_id": "cabf88cd-a725-4ef4-b3d4-24651efe9228",
    "release_group_id": null,
    "labels": [
        "Chainsaw"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}