Information about plays

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

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

{
    "id": 502097,
    "uri": "https://api.kexp.org/v2/plays/502097/?format=api",
    "airdate": "2001-12-30T22:54:00-08:00",
    "show": 8628,
    "show_uri": "https://api.kexp.org/v2/shows/8628/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51weXEM2NbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51weXEM2NbL._SL75_.jpg",
    "song": "Nuages",
    "track_id": "a3db9333-8ddd-4d20-8d0b-eab6c5469af4",
    "recording_id": null,
    "artist": "James Carter",
    "artist_ids": [
        "a8880ecc-10d8-4492-b17e-02715d160b56"
    ],
    "album": "Chasin' the Gypsy",
    "release_id": "c8735e59-9b81-475b-85ad-0ca8d320a901",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2000-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}