Information about plays

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

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

{
    "id": 1388643,
    "uri": "https://api.kexp.org/v2/plays/1388643/?format=api",
    "airdate": "2008-06-22T10:21:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5145ZKWYFYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5145ZKWYFYL._SL75_.jpg",
    "song": "Where Were You",
    "track_id": "6804be8e-99cd-481d-8ec8-1ef94da5bafd",
    "recording_id": null,
    "artist": "Freddie Scott",
    "artist_ids": [
        "715365ed-d9b6-4c52-932c-9f1d3846f689"
    ],
    "album": "Cry to Me: The Best of Freddie Scott",
    "release_id": "10af35b8-666a-4893-a32b-f19b4593154a",
    "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"
}