Information about plays

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

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

{
    "id": 436528,
    "uri": "https://api.kexp.org/v2/plays/436528/?format=api",
    "airdate": "2001-06-20T04:56:40-07:00",
    "show": 7351,
    "show_uri": "https://api.kexp.org/v2/shows/7351/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LTLClV-QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LTLClV-QL._SL75_.jpg",
    "song": "I Wish",
    "track_id": null,
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life (disc 1)",
    "release_id": "e3a0afcc-79fa-44da-ab29-0da9973eac24",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}