Information about plays

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

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

{
    "id": 530042,
    "uri": "https://api.kexp.org/v2/plays/530042/?format=api",
    "airdate": "2002-03-22T17:00:00-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11YKBM4H1ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11YKBM4H1ML._SL75_.jpg",
    "song": "My Tattered Heart and Torn Parts",
    "track_id": "b233c3fd-5ea1-4823-a07e-66ae1d157a74",
    "recording_id": null,
    "artist": "The Mendoza Line",
    "artist_ids": [
        "ab3434bd-0ca5-409f-af6f-4fce65ff219c"
    ],
    "album": "We're All in This Alone",
    "release_id": "acd396e1-6dc4-49ac-a0bd-8929e7d3fd89",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}