Information about plays

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

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

{
    "id": 533511,
    "uri": "https://api.kexp.org/v2/plays/533511/?format=api",
    "airdate": "2002-04-01T11:28:08-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511MONx2lbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511MONx2lbL._SL75_.jpg",
    "song": "Poor Little Lamb",
    "track_id": "99a511b8-7d95-43bc-829a-00bafd14d76c",
    "recording_id": null,
    "artist": "The Model Rockets",
    "artist_ids": [
        "cc4fe624-c131-470b-807b-9cccdc927835"
    ],
    "album": "Tell The Kids The Cops Are Here",
    "release_id": "7b354793-2102-44a5-8ea2-c2aef7bb0065",
    "release_group_id": null,
    "labels": [
        "Not Lame"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}