Information about plays

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

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

{
    "id": 414617,
    "uri": "https://api.kexp.org/v2/plays/414617/?format=api",
    "airdate": "2001-04-09T14:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GNmXUlAqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GNmXUlAqL._SL75_.jpg",
    "song": "One Ear in the Sun",
    "track_id": "60554a8e-b4c1-40b4-b38f-06aabe5af914",
    "recording_id": null,
    "artist": "Kinski",
    "artist_ids": [
        "3ddfd733-80a1-4c2b-a49c-32acb19f507c"
    ],
    "album": "Be Gentle With the Warm Turtle",
    "release_id": "c9558ccb-ceb4-4f7f-9548-298441039acb",
    "release_group_id": null,
    "labels": [
        "Pacifico Records"
    ],
    "label_ids": [
        "459d0ebf-8b5d-47a8-9905-f56ff10d43bc"
    ],
    "release_date": "2001-03-07",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}