Information about plays

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

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

{
    "id": 1343893,
    "uri": "https://api.kexp.org/v2/plays/1343893/?format=api",
    "airdate": "2008-02-28T19:30:41-08:00",
    "show": 23484,
    "show_uri": "https://api.kexp.org/v2/shows/23484/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PHEX260NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PHEX260NL._SL75_.jpg",
    "song": "I Think I'll Just Stay Here and Drink",
    "track_id": "5595802e-50d8-4ddd-b6fd-c10c9c99aa44",
    "recording_id": null,
    "artist": "Merle Haggard",
    "artist_ids": [
        "deb2448c-6fdf-4d31-921e-757630515dbd"
    ],
    "album": "Down Every Road (disc 4)",
    "release_id": "7850d609-77e5-41c7-bd45-3f1674e4ec1d",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}