Information about plays

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

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

{
    "id": 1275173,
    "uri": "https://api.kexp.org/v2/plays/1275173/?format=api",
    "airdate": "2007-09-04T12:40:56-07:00",
    "show": 22320,
    "show_uri": "https://api.kexp.org/v2/shows/22320/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Q2QCX1AVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Q2QCX1AVL._SL75_.jpg",
    "song": "Summer... It's Gone",
    "track_id": "61e2dcc2-6dee-4f33-bb1f-de3072e59bd5",
    "recording_id": null,
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "Just Like the Fambly Cat",
    "release_id": "d46c85b6-7794-47a9-94a5-a4f1aa605321",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2006-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}