Information about plays

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

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

{
    "id": 1415474,
    "uri": "https://api.kexp.org/v2/plays/1415474/?format=api",
    "airdate": "2008-08-28T20:31:41-07:00",
    "show": 24688,
    "show_uri": "https://api.kexp.org/v2/shows/24688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gPKLCulxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gPKLCulxL._SL75_.jpg",
    "song": "Once in a While",
    "track_id": "cda116da-9c2d-45cb-8e1c-34bee32cc9ad",
    "recording_id": null,
    "artist": "Kasey Chambers & Shane Nicholson",
    "artist_ids": [
        "29318ba9-f303-4cc7-856f-0721a2f61dea"
    ],
    "album": "Rattlin' Bones",
    "release_id": "0f97a543-6a66-4313-8b8c-4362118ed8d3",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}