Information about plays

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

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

{
    "id": 1414836,
    "uri": "https://api.kexp.org/v2/plays/1414836/?format=api",
    "airdate": "2008-08-27T05:55:32-07:00",
    "show": 24678,
    "show_uri": "https://api.kexp.org/v2/shows/24678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412WHQSY6ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412WHQSY6ZL._SL75_.jpg",
    "song": "English Rose",
    "track_id": "3225595d-704d-43dd-a232-119beeef1c7e",
    "recording_id": null,
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Fire and Skill: The Songs of The Jam",
    "release_id": "07736af2-295f-4b0e-86e2-db2c4472dff6",
    "release_group_id": null,
    "labels": [
        "Epic/Ignition"
    ],
    "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"
}