Information about plays

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

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

{
    "id": 417001,
    "uri": "https://api.kexp.org/v2/plays/417001/?format=api",
    "airdate": "2001-04-21T15:28:14-07:00",
    "show": 6960,
    "show_uri": "https://api.kexp.org/v2/shows/6960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411X24XA3AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411X24XA3AL._SL75_.jpg",
    "song": "Einstein's Takin' Off",
    "track_id": "6e14da55-dd8a-4fbf-825d-35213e96920c",
    "recording_id": null,
    "artist": "Ugly Duckling",
    "artist_ids": [
        "abe0ffbc-58c9-4688-a4c5-096411802660"
    ],
    "album": "Fresh Mode",
    "release_id": "fb28eabe-1737-47f2-a45d-d320e96bede5",
    "release_group_id": null,
    "labels": [
        "1500 Records"
    ],
    "label_ids": [
        "15bc8c1a-6cf5-4e9f-8218-ecc0894b053a"
    ],
    "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"
}