Information about plays

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

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

{
    "id": 414704,
    "uri": "https://api.kexp.org/v2/plays/414704/?format=api",
    "airdate": "2001-04-12T08:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G2A529SHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G2A529SHL._SL75_.jpg",
    "song": "Shiny, Shiny Pimpmobile",
    "track_id": "1825e980-0f8c-495b-8d79-eccf7e17e9bf",
    "recording_id": null,
    "artist": "East River Pipe",
    "artist_ids": [
        "0e56780b-b99c-4078-a098-bba329db985d"
    ],
    "album": "The Gasoline Age",
    "release_id": "eeba8cf3-9179-474b-a085-2ffe5c9d5cc9",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}