Information about plays

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

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

{
    "id": 1357612,
    "uri": "https://api.kexp.org/v2/plays/1357612/?format=api",
    "airdate": "2008-04-03T05:46:58-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BhfUDc43L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BhfUDc43L._SL75_.jpg",
    "song": "Root Down (and Get It)",
    "track_id": "626cf0c5-0f77-4d10-bdc1-d5f8a8609295",
    "recording_id": null,
    "artist": "Jimmy Smith",
    "artist_ids": [
        "4f8a0d9b-5777-40da-b29a-e9753d5ae693"
    ],
    "album": "Root Down",
    "release_id": "2d19f491-479b-4723-a536-339c86919be5",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2000-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}