Information about plays

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

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

{
    "id": 515512,
    "uri": "https://api.kexp.org/v2/plays/515512/?format=api",
    "airdate": "2002-02-08T01:21:00-08:00",
    "show": 8888,
    "show_uri": "https://api.kexp.org/v2/shows/8888/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bTfiMZJQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bTfiMZJQL._SL75_.jpg",
    "song": "My Boatship",
    "track_id": "98ebcee2-01b5-4a5c-8dd5-051aed6c51ca",
    "recording_id": null,
    "artist": "Euphone",
    "artist_ids": [
        "1ab1c698-9ce3-4772-ba3f-a6298fcf8219"
    ],
    "album": "Euphone",
    "release_id": "79c2755a-2f87-4ce6-8618-9fca1042e949",
    "release_group_id": null,
    "labels": [
        "Hefty Records"
    ],
    "label_ids": [
        "349e8c1c-028c-4839-a04d-80714c09ecbe"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}