Information about plays

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

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

{
    "id": 1356307,
    "uri": "https://api.kexp.org/v2/plays/1356307/?format=api",
    "airdate": "2008-03-30T23:29:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NjEg2OzOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NjEg2OzOL._SL75_.jpg",
    "song": "Cornered",
    "track_id": "0bbef2f6-b715-4580-b147-c5c9c1c2174a",
    "recording_id": null,
    "artist": "Kraak & Smaak",
    "artist_ids": [
        "472fcf2f-eaa2-44a2-8e8f-2ecd23cd0fc7"
    ],
    "album": "Plastic People",
    "release_id": "5b925c90-5228-46d9-8e20-65c8ffcd7ce0",
    "release_group_id": null,
    "labels": [
        "Jalapeno Records"
    ],
    "label_ids": [
        "4f109170-6376-470c-a83d-5fe29e6baaa5"
    ],
    "release_date": "2008-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}