Information about plays

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

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

{
    "id": 1379027,
    "uri": "https://api.kexp.org/v2/plays/1379027/?format=api",
    "airdate": "2008-05-27T02:38:00-07:00",
    "show": 24068,
    "show_uri": "https://api.kexp.org/v2/shows/24068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AhJVnS8-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AhJVnS8-L._SL75_.jpg",
    "song": "Painless Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Slender Means",
    "artist_ids": [
        "183473aa-5550-4dfb-befb-505b9e9bee2a"
    ],
    "album": "Neon & Ruin",
    "release_id": "a5acf77f-bd22-43ea-8d88-20690c3edbe0",
    "release_group_id": null,
    "labels": [
        "Mt Fuji"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}