Information about plays

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

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

{
    "id": 530041,
    "uri": "https://api.kexp.org/v2/plays/530041/?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/218RNR8VBEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218RNR8VBEL._SL75_.jpg",
    "song": "What Ever Happened to You",
    "track_id": "165f2a36-ebf6-4d9d-a3ee-5fcae15146cf",
    "recording_id": null,
    "artist": "Memory Dean",
    "artist_ids": [
        "2d82dc3c-7e70-4bbb-916b-398bdb49d118"
    ],
    "album": "Shake It Up",
    "release_id": "14107fe8-ed0a-4347-b331-a14f4884afb8",
    "release_group_id": null,
    "labels": [],
    "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"
}