Information about plays

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

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

{
    "id": 414892,
    "uri": "https://api.kexp.org/v2/plays/414892/?format=api",
    "airdate": "2001-04-13T06:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o1c3OQqoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o1c3OQqoL._SL75_.jpg",
    "song": "In the Bath",
    "track_id": null,
    "recording_id": null,
    "artist": "Lemon Jelly",
    "artist_ids": [
        "4cbbf0d6-6c78-4e3d-ab25-91b13603cf7c"
    ],
    "album": "Lemonjelly.ky",
    "release_id": "502cf184-caaa-4c77-ab81-87ff38c30c34",
    "release_group_id": null,
    "labels": [
        "XL/Beggars Group"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}