Information about plays

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

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

{
    "id": 1257588,
    "uri": "https://api.kexp.org/v2/plays/1257588/?format=api",
    "airdate": "2007-07-22T01:09:49-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jMkmnpkCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jMkmnpkCL._SL75_.jpg",
    "song": "Down Here",
    "track_id": "a3767c0a-6e5d-49d8-bff6-3a641e450030",
    "recording_id": null,
    "artist": "Stateless",
    "artist_ids": [
        "4a180f59-6f6e-4fb5-92eb-473d075f7032"
    ],
    "album": "Stateless",
    "release_id": "3e23b9fc-89c4-48c4-b1d3-bd26122c628d",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2007-07-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}