Information about plays

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

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

{
    "id": 1233469,
    "uri": "https://api.kexp.org/v2/plays/1233469/?format=api",
    "airdate": "2007-05-20T13:11:15-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61138TNi6uL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61138TNi6uL._SL75_.jpg",
    "song": "You Are My Face",
    "track_id": "b1bad397-2559-4f75-863d-2d5c48709f98",
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Sky Blue Sky",
    "release_id": "2d3e91af-fcb6-4652-a7be-e10ab1ac890d",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}