Information about plays

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

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

{
    "id": 414727,
    "uri": "https://api.kexp.org/v2/plays/414727/?format=api",
    "airdate": "2001-04-12T12:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513JJXFKF5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513JJXFKF5L._SL75_.jpg",
    "song": "Stolen Car",
    "track_id": null,
    "recording_id": null,
    "artist": "Beth Orton",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0"
    ],
    "album": "Central Reservation",
    "release_id": "b607d127-810b-428f-8768-693eefd293fb",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}