Information about plays

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

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

{
    "id": 433013,
    "uri": "https://api.kexp.org/v2/plays/433013/?format=api",
    "airdate": "2001-06-09T16:56:40-07:00",
    "show": 7284,
    "show_uri": "https://api.kexp.org/v2/shows/7284/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216FDFS64GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216FDFS64GL._SL75_.jpg",
    "song": "Little Action",
    "track_id": "d895c790-de26-4492-ab31-283cd551daf6",
    "recording_id": null,
    "artist": "The Causey Way",
    "artist_ids": [
        "5fc43ed6-bab6-41a7-8f15-122250b9b1f9"
    ],
    "album": "Causey vs. Everything",
    "release_id": "5d8ed01e-c231-4f70-9ed0-b679a009b242",
    "release_group_id": null,
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}