Information about plays

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

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

{
    "id": 424200,
    "uri": "https://api.kexp.org/v2/plays/424200/?format=api",
    "airdate": "2001-05-14T03:36:00-07:00",
    "show": 7115,
    "show_uri": "https://api.kexp.org/v2/shows/7115/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21V7BGV1KBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21V7BGV1KBL._SL75_.jpg",
    "song": "Stress",
    "track_id": "292f4340-dc17-43c8-93c1-a2fcd794a604",
    "recording_id": null,
    "artist": "DJ Dara",
    "artist_ids": [
        "3a21522a-04df-4902-a589-ab96a4c4aa54"
    ],
    "album": "Halfway Home",
    "release_id": "bf63d323-61c0-4115-991c-29654c8197c8",
    "release_group_id": null,
    "labels": [
        "Sm:)e Communications"
    ],
    "label_ids": [
        "0a49c20c-984f-4142-a318-66dac1876c05"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}