Information about plays

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

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

{
    "id": 497210,
    "uri": "https://api.kexp.org/v2/plays/497210/?format=api",
    "airdate": "2001-12-15T23:00:00-08:00",
    "show": 8530,
    "show_uri": "https://api.kexp.org/v2/shows/8530/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T6JSC7RSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T6JSC7RSL._SL75_.jpg",
    "song": "Amalia's Mode",
    "track_id": "ef85d51e-5c0c-4f5b-8949-d151ae66ffda",
    "recording_id": null,
    "artist": "As One",
    "artist_ids": [
        "a15ed039-7967-4bf9-b660-7aa89471f9fb"
    ],
    "album": "Planetary Folklore",
    "release_id": "9673c8ec-ee22-4dd6-b169-1ed7f980f3c8",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1997-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}