Information about plays

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

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

{
    "id": 515702,
    "uri": "https://api.kexp.org/v2/plays/515702/?format=api",
    "airdate": "2002-02-08T15:41:00-08:00",
    "show": 8891,
    "show_uri": "https://api.kexp.org/v2/shows/8891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ozwBdKA3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ozwBdKA3L._SL75_.jpg",
    "song": "Winner's Casino",
    "track_id": "93c37f13-d907-448a-8459-94c9ec15db04",
    "recording_id": null,
    "artist": "Richmond Fontaine",
    "artist_ids": [
        "5cc104cb-a015-4274-9271-561fefb18292"
    ],
    "album": "Winnemucca",
    "release_id": "811b3901-418d-402b-a340-e62ef095f3ec",
    "release_group_id": null,
    "labels": [
        "El Cortez Records"
    ],
    "label_ids": [
        "6df270e5-d30a-4e11-94bb-2f222273046b"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}