Information about plays

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

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

{
    "id": 498669,
    "uri": "https://api.kexp.org/v2/plays/498669/?format=api",
    "airdate": "2001-12-20T03:13:00-08:00",
    "show": 8557,
    "show_uri": "https://api.kexp.org/v2/shows/8557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P5T3YMYYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P5T3YMYYL._SL75_.jpg",
    "song": "Never See It Coming",
    "track_id": "b270148e-5f92-4b72-a7a6-e9bd677768ac",
    "recording_id": null,
    "artist": "OP8",
    "artist_ids": [
        "a478d8fc-55b1-4622-9f58-52f0e847d41a"
    ],
    "album": "Slush",
    "release_id": "7f82220c-7e64-4e45-af4e-946ae370bdee",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "1997-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}