Information about plays

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

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

{
    "id": 459510,
    "uri": "https://api.kexp.org/v2/plays/459510/?format=api",
    "airdate": "2001-08-25T17:15:47-07:00",
    "show": 7790,
    "show_uri": "https://api.kexp.org/v2/shows/7790/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41gzYxDhv-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41gzYxDhv-L._SL75_.jpg",
    "song": "The Pill",
    "track_id": "f72d95eb-0f4e-47b5-8a29-e99301093b2c",
    "recording_id": null,
    "artist": "Loretta Lynn",
    "artist_ids": [
        "613260c3-d620-4645-94cd-33cd55f29b1e"
    ],
    "album": "Respect: A Century of Women in Music (disc 4: Rock to Electric Shock)",
    "release_id": "c4afc6cc-0da2-40e2-8ce5-a895ebdfd8cf",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}