Information about plays

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

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

{
    "id": 1313602,
    "uri": "https://api.kexp.org/v2/plays/1313602/?format=api",
    "airdate": "2007-12-13T05:19:07-08:00",
    "show": 22973,
    "show_uri": "https://api.kexp.org/v2/shows/22973/?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": "Delivery",
    "track_id": "d13475f1-4923-4271-b32c-b393a15716e3",
    "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": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2007-10-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}