Information about plays

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

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

{
    "id": 1394262,
    "uri": "https://api.kexp.org/v2/plays/1394262/?format=api",
    "airdate": "2008-07-06T10:38:00-07:00",
    "show": 24332,
    "show_uri": "https://api.kexp.org/v2/shows/24332/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NXvnKWKlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NXvnKWKlL._SL75_.jpg",
    "song": "Let the Good Times Roll",
    "track_id": "215f4d63-e256-4e73-8baa-85d2799c2d76",
    "recording_id": null,
    "artist": "Little Beaver",
    "artist_ids": [
        "50538ff2-70b3-4c45-90f7-587b056dced4"
    ],
    "album": "Party Down",
    "release_id": "51fb0ca2-2750-464d-a012-ae5b9966aaab",
    "release_group_id": null,
    "labels": [
        "Big Cat Records"
    ],
    "label_ids": [
        "5dc3d15f-968e-4579-b089-5437a714e923"
    ],
    "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"
}