Information about plays

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

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

{
    "id": 492516,
    "uri": "https://api.kexp.org/v2/plays/492516/?format=api",
    "airdate": "2001-12-02T10:35:00-08:00",
    "show": 8443,
    "show_uri": "https://api.kexp.org/v2/shows/8443/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DnO6PYYeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DnO6PYYeL._SL75_.jpg",
    "song": "Bright Lights, Big City",
    "track_id": "2855401b-f909-4c35-8150-9ed4c47647fc",
    "recording_id": null,
    "artist": "Sleepy LaBeef",
    "artist_ids": [
        "b2785b92-fcdc-4dc0-be86-49aaf96b7b39"
    ],
    "album": "Rockabilly Blues",
    "release_id": "5d2af8d9-abd1-4fc2-8bd7-7e9eff06980e",
    "release_group_id": null,
    "labels": [
        "Bullseye"
    ],
    "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"
}