Information about plays

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

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

{
    "id": 509668,
    "uri": "https://api.kexp.org/v2/plays/509668/?format=api",
    "airdate": "2002-01-22T12:41:00-08:00",
    "show": 8779,
    "show_uri": "https://api.kexp.org/v2/shows/8779/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416PQY6EZML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416PQY6EZML._SL75_.jpg",
    "song": "Charlotte",
    "track_id": "064fe477-fc66-46ee-8bbd-99fd6a47df77",
    "recording_id": null,
    "artist": "Herb Ellis",
    "artist_ids": [
        "33ddc4a0-2d48-4da5-91f4-180c3283d2f9"
    ],
    "album": "Down-Home",
    "release_id": "7c2c8b50-149b-4b49-8094-955cf453b2ab",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}