Information about plays

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

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

{
    "id": 475304,
    "uri": "https://api.kexp.org/v2/plays/475304/?format=api",
    "airdate": "2001-10-11T15:48:45-07:00",
    "show": 8100,
    "show_uri": "https://api.kexp.org/v2/shows/8100/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615VYBQVENL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615VYBQVENL._SL75_.gif",
    "song": "High Down Low",
    "track_id": "a00ad8f2-d811-4282-96af-bb1d000f9c34",
    "recording_id": null,
    "artist": "The Blue Rags",
    "artist_ids": [
        "aabd8e24-da21-40e0-b64c-40fb27cc7633"
    ],
    "album": "Eat at Joe's",
    "release_id": "87e6bee7-23d9-4de6-9afb-0bf45b69c794",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}