Information about plays

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

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

{
    "id": 466344,
    "uri": "https://api.kexp.org/v2/plays/466344/?format=api",
    "airdate": "2001-09-15T03:04:17-07:00",
    "show": 7928,
    "show_uri": "https://api.kexp.org/v2/shows/7928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZMP6N0J3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZMP6N0J3L._SL75_.jpg",
    "song": "Circular Flexing (Yee-King mix)",
    "track_id": "acdd159f-fe40-4eea-b149-75dbab0d5d6f",
    "recording_id": null,
    "artist": "Squarepusher",
    "artist_ids": [
        "4d86ad4e-28d8-4e9f-8cf4-735c57060fdc"
    ],
    "album": "Maximum Priest EP",
    "release_id": "74f5b2d0-2b1e-4919-b360-520ebeea067f",
    "release_group_id": null,
    "labels": [
        "Nothing Records"
    ],
    "label_ids": [
        "4b5cba06-6a79-454c-91f5-3fe220d4950d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}