Information about plays

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

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

{
    "id": 420483,
    "uri": "https://api.kexp.org/v2/plays/420483/?format=api",
    "airdate": "2001-05-02T14:33:20-07:00",
    "show": 7036,
    "show_uri": "https://api.kexp.org/v2/shows/7036/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416D7YC2FRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416D7YC2FRL._SL75_.jpg",
    "song": "Let's Start Again",
    "track_id": "5c50d56a-5514-43f9-9406-99183a6f4cec",
    "recording_id": null,
    "artist": "Ocean 11",
    "artist_ids": [
        "daf3fb31-5b28-4f03-a620-8a2b152964aa"
    ],
    "album": "The Good, the Bad, the Ugly",
    "release_id": "af489021-fdab-4949-ac1c-c58b4d985a7e",
    "release_group_id": null,
    "labels": [
        "Mile Zero"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}