Information about plays

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

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

{
    "id": 500718,
    "uri": "https://api.kexp.org/v2/plays/500718/?format=api",
    "airdate": "2001-12-26T19:00:00-08:00",
    "show": 8598,
    "show_uri": "https://api.kexp.org/v2/shows/8598/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Q2V4zMrWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Q2V4zMrWL._SL75_.jpg",
    "song": "I Still Love You",
    "track_id": "bfbf8067-153b-42d9-a305-458de28c1d61",
    "recording_id": null,
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "The Hi Records Singles A's & B's (disc 1)",
    "release_id": "b2f3a595-16ac-4f6b-81f3-6797d23023c6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}