Information about plays

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

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

{
    "id": 415258,
    "uri": "https://api.kexp.org/v2/plays/415258/?format=api",
    "airdate": "2001-04-16T09:43:20-07:00",
    "show": 6927,
    "show_uri": "https://api.kexp.org/v2/shows/6927/?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": "Ground on Down",
    "track_id": "2fb031df-c396-4a30-addf-1d4d675052f1",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Live From Mars (disc 1)",
    "release_id": "94861915-41de-4b7d-9211-bf713bb3f93f",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-03-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}