Information about plays

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

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

{
    "id": 501374,
    "uri": "https://api.kexp.org/v2/plays/501374/?format=api",
    "airdate": "2001-12-28T15:31:00-08:00",
    "show": 8609,
    "show_uri": "https://api.kexp.org/v2/shows/8609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31WY8B70FKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31WY8B70FKL._SL75_.jpg",
    "song": "Trouble",
    "track_id": "5c627652-4f26-491e-b0b2-27cb52037d11",
    "recording_id": null,
    "artist": "Holiday Flyer",
    "artist_ids": [
        "2c782887-772c-4819-83f3-d8a6a186b3f0"
    ],
    "album": "I Hope",
    "release_id": "a09cef99-b83c-4d55-9823-f85aa89eaf87",
    "release_group_id": null,
    "labels": [
        "Darla"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}