Information about plays

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

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

{
    "id": 414803,
    "uri": "https://api.kexp.org/v2/plays/414803/?format=api",
    "airdate": "2001-04-12T16:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B07os7YiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B07os7YiL._SL75_.jpg",
    "song": "The Bandit",
    "track_id": "863d389b-7e90-4904-a73d-6981dc8d4303",
    "recording_id": null,
    "artist": "Starlight Mints",
    "artist_ids": [
        "a71ff439-53af-4160-ac7c-1ac072fe3d65"
    ],
    "album": "The Dream That Stuff Was Made Of",
    "release_id": "509a623d-841d-4abf-9e6f-b337d08cfc39",
    "release_group_id": null,
    "labels": [
        "SeeThru"
    ],
    "label_ids": [],
    "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"
}