Information about plays

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

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

{
    "id": 1403488,
    "uri": "https://api.kexp.org/v2/plays/1403488/?format=api",
    "airdate": "2008-07-29T22:30:37-07:00",
    "show": 24489,
    "show_uri": "https://api.kexp.org/v2/shows/24489/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VCjKe22UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VCjKe22UL._SL75_.jpg",
    "song": "Chops",
    "track_id": null,
    "recording_id": null,
    "artist": "Giant Panda",
    "artist_ids": [
        "61d0d732-34d1-4ae1-964c-c96d4418601d"
    ],
    "album": "Fly School Reunion",
    "release_id": "aeca955e-f25a-495c-b85b-1643c4d6043b",
    "release_group_id": null,
    "labels": [
        "Tres Records"
    ],
    "label_ids": [
        "8e8459f4-c9ae-4206-b5aa-b20f1b88e4b7"
    ],
    "release_date": "2005-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}