Information about plays

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

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

{
    "id": 1303565,
    "uri": "https://api.kexp.org/v2/plays/1303565/?format=api",
    "airdate": "2007-11-17T15:15:04-08:00",
    "show": 22804,
    "show_uri": "https://api.kexp.org/v2/shows/22804/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51t-Ym25HDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51t-Ym25HDL._SL75_.jpg",
    "song": "Baddie's Boogie",
    "track_id": "97c1ccd2-82e1-48e7-91b7-fdb32a44f8a1",
    "recording_id": null,
    "artist": "Babyshambles",
    "artist_ids": [
        "8e1e03fe-ebbc-467a-b541-857144db10fb"
    ],
    "album": "Shotter's Nation",
    "release_id": "6f6ac9a5-36a9-435e-9a67-3503591f24ca",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}