Information about plays

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

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

{
    "id": 500627,
    "uri": "https://api.kexp.org/v2/plays/500627/?format=api",
    "airdate": "2001-12-26T14:23:00-08:00",
    "show": 8597,
    "show_uri": "https://api.kexp.org/v2/shows/8597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jID3HnJcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jID3HnJcL._SL75_.jpg",
    "song": "Bicarrose",
    "track_id": null,
    "recording_id": null,
    "artist": "Bertrand Burgalat",
    "artist_ids": [
        "49d52484-7cdc-433c-b344-159f0166e757"
    ],
    "album": "The Sssound of Mmmusic",
    "release_id": "5546b951-24f5-45d5-aff4-0a10dd9dff1b",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2001-10-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}