Information about plays

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

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

{
    "id": 454228,
    "uri": "https://api.kexp.org/v2/plays/454228/?format=api",
    "airdate": "2001-08-10T13:51:25-07:00",
    "show": 7685,
    "show_uri": "https://api.kexp.org/v2/shows/7685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41dyjayK%2BkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41dyjayK%2BkL._SL75_.jpg",
    "song": "Slice Where You Live Like Pie",
    "track_id": "78e30d9e-7ef1-4dd6-bb88-c2a4dd9f2a64",
    "recording_id": null,
    "artist": "Don Caballero",
    "artist_ids": [
        "b93697af-a318-417a-b16e-a9eb47fbe2f8"
    ],
    "album": "What Burns Never Returns",
    "release_id": "7e5af94a-6e11-4bb4-99ba-177d322027fa",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1998-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}