Information about plays

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

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

{
    "id": 1316245,
    "uri": "https://api.kexp.org/v2/plays/1316245/?format=api",
    "airdate": "2007-12-19T22:42:57-08:00",
    "show": 23017,
    "show_uri": "https://api.kexp.org/v2/shows/23017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41c1PpftVNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41c1PpftVNL._SL75_.jpg",
    "song": "The World Is Inside You Now",
    "track_id": "8ecc34fb-7f9a-4f45-981c-3340e56670e0",
    "recording_id": null,
    "artist": "Near the Parenthesis",
    "artist_ids": [
        "bfc7f8f2-ed8d-4944-bde4-59165b24fda4"
    ],
    "album": "Of Soft Construction",
    "release_id": "f7fdee21-4f8b-4d10-a56a-58f40e7f74ac",
    "release_group_id": null,
    "labels": [
        "n5MD"
    ],
    "label_ids": [
        "e2293175-8c7b-4372-9a1d-48a086e8f91a"
    ],
    "release_date": "2007-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}