Information about plays

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

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

{
    "id": 1352336,
    "uri": "https://api.kexp.org/v2/plays/1352336/?format=api",
    "airdate": "2008-03-21T00:12:50-07:00",
    "show": 23621,
    "show_uri": "https://api.kexp.org/v2/shows/23621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Js7lv14lL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Js7lv14lL._SL75_.jpg",
    "song": "Caught Beneath Your Heel",
    "track_id": "35cf46d8-7bfc-43df-9ba1-8baad0982262",
    "recording_id": null,
    "artist": "Mojave 3",
    "artist_ids": [
        "abf74786-2f3e-47e0-ae68-69a55c13909a"
    ],
    "album": "Out of Tune",
    "release_id": "d5b58f6d-0aca-49cd-a099-16b910792d1b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}