Information about plays

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

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

{
    "id": 1278035,
    "uri": "https://api.kexp.org/v2/plays/1278035/?format=api",
    "airdate": "2007-09-11T19:59:41-07:00",
    "show": 22368,
    "show_uri": "https://api.kexp.org/v2/shows/22368/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uZ9d-Xc7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uZ9d-Xc7L._SL75_.jpg",
    "song": "Politik Kills",
    "track_id": null,
    "recording_id": null,
    "artist": "Manu Chao",
    "artist_ids": [
        "7570a0dd-5a67-401b-b19a-261eee01a284"
    ],
    "album": "La Radiolina",
    "release_id": "28c63619-92b7-47be-a9db-fecaa42e554f",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}