Information about plays

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

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

{
    "id": 1412235,
    "uri": "https://api.kexp.org/v2/plays/1412235/?format=api",
    "airdate": "2008-08-20T18:54:53-07:00",
    "show": 24636,
    "show_uri": "https://api.kexp.org/v2/shows/24636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Utz1AOiwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Utz1AOiwL._SL75_.jpg",
    "song": "Hook & Ladder",
    "track_id": "2032089b-8ac7-49e7-89e4-0564000263d6",
    "recording_id": null,
    "artist": "Vetiver",
    "artist_ids": [
        "328068c9-ee60-408e-8c24-b1dc1ae08b94"
    ],
    "album": "A Thing of the Past",
    "release_id": "d44dee99-656e-4960-8bd4-b03809e6a490",
    "release_group_id": null,
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "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"
}