Information about plays

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

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

{
    "id": 454496,
    "uri": "https://api.kexp.org/v2/plays/454496/?format=api",
    "airdate": "2001-08-11T09:52:30-07:00",
    "show": 7691,
    "show_uri": "https://api.kexp.org/v2/shows/7691/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21FCYG5CZSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21FCYG5CZSL._SL75_.jpg",
    "song": "Where Is the Love",
    "track_id": "15f6ed24-c123-4eb1-b990-09bbfc22f657",
    "recording_id": null,
    "artist": "Jah Mason",
    "artist_ids": [
        "1d3109fb-8198-4ce2-b031-a2c5ad551b55"
    ],
    "album": "Unlimited",
    "release_id": "1272e1c1-e1bd-4ece-8f5f-c0591b29f578",
    "release_group_id": null,
    "labels": [
        "Reggae Vibes"
    ],
    "label_ids": [],
    "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"
}