Information about plays

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

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

{
    "id": 1280402,
    "uri": "https://api.kexp.org/v2/plays/1280402/?format=api",
    "airdate": "2007-09-17T22:00:21-07:00",
    "show": 22409,
    "show_uri": "https://api.kexp.org/v2/shows/22409/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G1-JtwMPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G1-JtwMPL._SL75_.jpg",
    "song": "Deck Shoes",
    "track_id": "878af385-4522-4192-9edb-f491bedc1850",
    "recording_id": null,
    "artist": "The Greyboy Allstars",
    "artist_ids": [
        "448913ad-9a62-4278-abbe-07b35cae6c73"
    ],
    "album": "What Happened to Television",
    "release_id": "a1302a8b-74ce-46c7-9854-d5f0a6d1cbad",
    "release_group_id": null,
    "labels": [
        "SCI Fidelity Records"
    ],
    "label_ids": [
        "284758d3-5ea6-4ddd-b3e5-c66d7a65a713"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}