Information about plays

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

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

{
    "id": 435954,
    "uri": "https://api.kexp.org/v2/plays/435954/?format=api",
    "airdate": "2001-06-18T14:00:00-07:00",
    "show": 7341,
    "show_uri": "https://api.kexp.org/v2/shows/7341/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515T5vzIR%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515T5vzIR%2BL._SL75_.jpg",
    "song": "Black Eyed Pea",
    "track_id": "5424de95-0c32-4208-8d82-78b4e1a854fd",
    "recording_id": null,
    "artist": "Galactic",
    "artist_ids": [
        "cabbdf87-5cb2-4f3c-be65-254655c87508"
    ],
    "album": "Late for the Future",
    "release_id": "ce798ecf-4694-48a8-869e-b852d283cd8a",
    "release_group_id": null,
    "labels": [
        "Capricorn"
    ],
    "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"
}