Information about plays

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

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

{
    "id": 515410,
    "uri": "https://api.kexp.org/v2/plays/515410/?format=api",
    "airdate": "2002-02-07T19:39:00-08:00",
    "show": 8886,
    "show_uri": "https://api.kexp.org/v2/shows/8886/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W%2BcDjqNYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W%2BcDjqNYL._SL75_.jpg",
    "song": "Leavin' Tennessee",
    "track_id": "290fba6b-e452-4383-b0d5-f2e465ddaef4",
    "recording_id": null,
    "artist": "Robert Earl Keen",
    "artist_ids": [
        "c81d48a8-5c86-4160-b3d4-1275e7ba3212"
    ],
    "album": "West Textures",
    "release_id": "79d8316f-86b3-464f-9efa-d5084bd33f13",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "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"
}