Information about plays

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

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

{
    "id": 474311,
    "uri": "https://api.kexp.org/v2/plays/474311/?format=api",
    "airdate": "2001-10-08T21:50:31-07:00",
    "show": 8083,
    "show_uri": "https://api.kexp.org/v2/shows/8083/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P3T41W3PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P3T41W3PL._SL75_.jpg",
    "song": "Sahel Va Danya",
    "track_id": "6a4788d4-12d6-4c8d-9a87-46fc2043ad46",
    "recording_id": null,
    "artist": "Erik Friedlander",
    "artist_ids": [
        "ae258659-2e98-4edb-ae69-fc3db144377e"
    ],
    "album": "Skin",
    "release_id": "6387031a-ac71-4d2f-94f0-ce92acb8e2fe",
    "release_group_id": null,
    "labels": [
        "Slam"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}