Information about plays

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

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

{
    "id": 416773,
    "uri": "https://api.kexp.org/v2/plays/416773/?format=api",
    "airdate": "2001-04-20T16:07:30-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Q37nJa2sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Q37nJa2sL._SL75_.jpg",
    "song": "Ship to Shore",
    "track_id": null,
    "recording_id": null,
    "artist": "Dub Narcotic Sound System",
    "artist_ids": [
        "35968888-6cfb-4590-8f70-60886d0be91a"
    ],
    "album": "Boot Party",
    "release_id": "95366cb7-c5f6-4e92-9413-04320d1b3c81",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}