Information about plays

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

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

{
    "id": 454043,
    "uri": "https://api.kexp.org/v2/plays/454043/?format=api",
    "airdate": "2001-08-10T00:00:00-07:00",
    "show": 7682,
    "show_uri": "https://api.kexp.org/v2/shows/7682/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OgJG5Z9RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OgJG5Z9RL._SL75_.jpg",
    "song": "Honey Please",
    "track_id": "bb4fb2e2-b390-4d46-b36d-39a2dae38971",
    "recording_id": null,
    "artist": "Edith Frost",
    "artist_ids": [
        "289faaeb-96bf-41ff-a15f-5166b6298e01"
    ],
    "album": "Wonder Wonder",
    "release_id": "6be19299-27a0-4310-84c7-fd42fe5658d0",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2001-07-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}