Information about plays

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

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

{
    "id": 508175,
    "uri": "https://api.kexp.org/v2/plays/508175/?format=api",
    "airdate": "2002-01-17T20:34:00-08:00",
    "show": 8745,
    "show_uri": "https://api.kexp.org/v2/shows/8745/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EeG%2B10MGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EeG%2B10MGL._SL75_.jpg",
    "song": "A Little Bluer Than That",
    "track_id": "1d75c860-2d7c-4f04-97a9-5b9ea751cd0e",
    "recording_id": null,
    "artist": "Alan Jackson",
    "artist_ids": [
        "7291957b-c463-4275-a41c-a104c9e2337f"
    ],
    "album": "Drive",
    "release_id": "6e794260-250e-426f-9343-11d0524276e0",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2002-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}