Information about plays

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

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

{
    "id": 1379299,
    "uri": "https://api.kexp.org/v2/plays/1379299/?format=api",
    "airdate": "2008-05-27T19:33:03-07:00",
    "show": 24072,
    "show_uri": "https://api.kexp.org/v2/shows/24072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yy5KNvLaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yy5KNvLaL._SL75_.jpg",
    "song": "Praça Da Republica",
    "track_id": "88e7ba91-b525-44f1-add9-107ea405be30",
    "recording_id": null,
    "artist": "Jackson Conti",
    "artist_ids": [
        "7cec5689-1c94-44f1-9780-73670dc22581"
    ],
    "album": "Sujinho",
    "release_id": "6464ab81-34ea-487a-b0d4-855aff9e9f76",
    "release_group_id": null,
    "labels": [
        "Mochilla"
    ],
    "label_ids": [
        "34816ab6-95a0-41ea-b347-92f0c80065af"
    ],
    "release_date": "2008-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}