Information about plays

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

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

{
    "id": 1379306,
    "uri": "https://api.kexp.org/v2/plays/1379306/?format=api",
    "airdate": "2008-05-27T19:59:59-07:00",
    "show": 24072,
    "show_uri": "https://api.kexp.org/v2/shows/24072/?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": "Habibi min zaman",
    "track_id": null,
    "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"
}