Information about plays

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

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

{
    "id": 1275715,
    "uri": "https://api.kexp.org/v2/plays/1275715/?format=api",
    "airdate": "2007-09-05T20:23:00-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515kbJ8eY4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515kbJ8eY4L._SL75_.jpg",
    "song": "Don't Be Ashamed of Your Age",
    "track_id": null,
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "You Don't Know Me: The Songs of Cindy Walker",
    "release_id": "0db35913-e6cc-42f3-9dd2-94de896a7266",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2006-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}