Information about plays

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

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

{
    "id": 426956,
    "uri": "https://api.kexp.org/v2/plays/426956/?format=api",
    "airdate": "2001-05-22T15:56:28-07:00",
    "show": 7169,
    "show_uri": "https://api.kexp.org/v2/shows/7169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zNA2YrulL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zNA2YrulL._SL75_.jpg",
    "song": "Waiting on an Angel",
    "track_id": "f0e95b5f-851b-4e0c-887e-b25c7d7f3341",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Live From Mars (disc 2)",
    "release_id": "260c8b7a-1b20-4c86-84d8-c4e25f82d50b",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-03-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}