Information about plays

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

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

{
    "id": 1402526,
    "uri": "https://api.kexp.org/v2/plays/1402526/?format=api",
    "airdate": "2008-07-27T11:44:00-07:00",
    "show": 24471,
    "show_uri": "https://api.kexp.org/v2/shows/24471/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2B1iG03ScL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2B1iG03ScL._SL75_.jpg",
    "song": "Gimme Shelter",
    "track_id": "1c656e84-eebe-4509-a5f1-0792bc2c0a33",
    "recording_id": null,
    "artist": "Merry Clayton",
    "artist_ids": [
        "f086b523-e6eb-4159-8705-e408cae53170"
    ],
    "album": "Gimme Shelter: Kaleidoscopic Funk Collision",
    "release_id": "da8c643c-9be1-4d28-8c9c-579268405574",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}