Information about plays

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

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

{
    "id": 1360595,
    "uri": "https://api.kexp.org/v2/plays/1360595/?format=api",
    "airdate": "2008-04-10T18:29:45-07:00",
    "show": 23759,
    "show_uri": "https://api.kexp.org/v2/shows/23759/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LZRFzEUaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LZRFzEUaL._SL75_.jpg",
    "song": "World's Biggest Fool",
    "track_id": "1b652fe6-f7b7-430d-bdae-4683847080aa",
    "recording_id": null,
    "artist": "Rhonda Vincent",
    "artist_ids": [
        "5ae23016-8069-4a23-91ba-6b7d636ba304"
    ],
    "album": "Good Thing Going",
    "release_id": "18154291-2c38-4dc1-90f3-0e4ec97ba2f2",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2008-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}