Information about plays

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

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

{
    "id": 1343891,
    "uri": "https://api.kexp.org/v2/plays/1343891/?format=api",
    "airdate": "2008-02-28T19:25:07-08:00",
    "show": 23484,
    "show_uri": "https://api.kexp.org/v2/shows/23484/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517%2Bxfa46VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517%2Bxfa46VL._SL75_.jpg",
    "song": "You Don't Know Think I'm Funny Anymore",
    "track_id": "8ca286c1-5a7f-4d16-987a-d9d6144483e2",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Moment of Forever",
    "release_id": "fe064bb7-eed6-421c-bdc9-f150b4e9abdd",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2008-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}