Information about plays

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

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

{
    "id": 1288730,
    "uri": "https://api.kexp.org/v2/plays/1288730/?format=api",
    "airdate": "2007-10-09T04:57:15-07:00",
    "show": 22551,
    "show_uri": "https://api.kexp.org/v2/shows/22551/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4196F9M03KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4196F9M03KL._SL75_.jpg",
    "song": "Lord Lucan is Missing",
    "track_id": "d7e9311b-67fd-4442-bf19-246fbf90a031",
    "recording_id": null,
    "artist": "Black Box Recorder",
    "artist_ids": [
        "49302df8-9e4f-42ed-8a9c-5d6f8d6cb83c"
    ],
    "album": "England Made Me",
    "release_id": "0adb6284-9634-4b1d-a496-c5d542d5c0c3",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "1999-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}