Information about plays

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

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

{
    "id": 414572,
    "uri": "https://api.kexp.org/v2/plays/414572/?format=api",
    "airdate": "2001-04-09T11:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BMkQxDhBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BMkQxDhBL._SL75_.jpg",
    "song": "El Pescador",
    "track_id": "7a6d7097-784b-461c-afdb-e7a5bc3cb1d1",
    "recording_id": null,
    "artist": "Los Super Seven",
    "artist_ids": [
        "6f6ce604-91d8-4446-9d85-0ce56675f207"
    ],
    "album": "Canto",
    "release_id": "c071ef9a-1e0e-4ee2-99d8-27f26bf8e4e2",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}