Information about plays

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

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

{
    "id": 1340778,
    "uri": "https://api.kexp.org/v2/plays/1340778/?format=api",
    "airdate": "2008-02-19T18:37:35-08:00",
    "show": 23426,
    "show_uri": "https://api.kexp.org/v2/shows/23426/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6135gxJc3PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6135gxJc3PL._SL75_.jpg",
    "song": "Pachima",
    "track_id": "af14d957-d1d7-4d64-baa5-cef8eef39c96",
    "recording_id": null,
    "artist": "Balkan Beat Box",
    "artist_ids": [
        "aaaca27e-cbb4-42d8-91be-57e902120817"
    ],
    "album": "Nu Med",
    "release_id": "1f842b02-891d-496e-829d-8ba22c19edc3",
    "release_group_id": null,
    "labels": [
        "JDub"
    ],
    "label_ids": [
        "547aadd8-bd72-4e8e-9545-a71e3438fae9"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}