Information about plays

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

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

{
    "id": 440927,
    "uri": "https://api.kexp.org/v2/plays/440927/?format=api",
    "airdate": "2001-07-02T22:06:00-07:00",
    "show": 7439,
    "show_uri": "https://api.kexp.org/v2/shows/7439/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51leDgmQbSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51leDgmQbSL._SL75_.jpg",
    "song": "Dreamless",
    "track_id": "2e77a432-5b9c-4e42-892b-37ac85560168",
    "recording_id": null,
    "artist": "Jawbox",
    "artist_ids": [
        "016fba14-1fc6-4986-86c2-2113ec9b28de"
    ],
    "album": "Novelty",
    "release_id": "bff613ff-6a26-45ef-b10b-99577f43c434",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1992-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}