Information about plays

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

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

{
    "id": 485062,
    "uri": "https://api.kexp.org/v2/plays/485062/?format=api",
    "airdate": "2001-11-09T20:00:00-08:00",
    "show": 8290,
    "show_uri": "https://api.kexp.org/v2/shows/8290/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51prsEyMqLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51prsEyMqLL._SL75_.jpg",
    "song": "The Hup De-bop",
    "track_id": "e6b447aa-f04b-41af-9202-fcb30a3f2626",
    "recording_id": null,
    "artist": "The Big Six",
    "artist_ids": [
        "f7a2d2a6-c7db-4420-bf5d-efe98b53cd5e"
    ],
    "album": "We the Boys Will Rock Ya!",
    "release_id": "060955df-b782-4ed7-8253-1ea66ab2ba91",
    "release_group_id": null,
    "labels": [
        "Vinyl Japan"
    ],
    "label_ids": [
        "08910e04-fd90-4c54-bd4b-ed594acdbb00"
    ],
    "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"
}