Information about plays

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

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

{
    "id": 423079,
    "uri": "https://api.kexp.org/v2/plays/423079/?format=api",
    "airdate": "2001-05-10T11:28:00-07:00",
    "show": 7090,
    "show_uri": "https://api.kexp.org/v2/shows/7090/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ECG4BMWJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ECG4BMWJL._SL75_.jpg",
    "song": "Tomato Paste",
    "track_id": "29dad4f7-8b0b-43bb-9563-ac7dc074d54d",
    "recording_id": null,
    "artist": "Flop",
    "artist_ids": [
        "57ca4472-9fc1-46ad-99a0-91384c411d05"
    ],
    "album": "Flop & The Fall of the Mopsqueezer!",
    "release_id": "0fa2c392-557f-4492-b2a4-be75a50b3631",
    "release_group_id": null,
    "labels": [
        "Frontier Records"
    ],
    "label_ids": [
        "93450244-634f-4144-9f1f-8eec94999261"
    ],
    "release_date": "1992-05-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}