Information about plays

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

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

{
    "id": 1276126,
    "uri": "https://api.kexp.org/v2/plays/1276126/?format=api",
    "airdate": "2007-09-06T21:31:52-07:00",
    "show": 22335,
    "show_uri": "https://api.kexp.org/v2/shows/22335/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PpIyLEktL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PpIyLEktL._SL75_.jpg",
    "song": "Humectez la Mouture",
    "track_id": "5f6d32a9-6528-4646-abf4-1d022522f077",
    "recording_id": null,
    "artist": "Stars of the Lid",
    "artist_ids": [
        "a1154343-1ea1-4007-97d3-2382482a90cd"
    ],
    "album": "Stars of the Lid and Their Refinement of the Decline (disc 2)",
    "release_id": "188b9e24-52fa-457d-8884-f908742875e6",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}