Information about plays

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

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

{
    "id": 1394164,
    "uri": "https://api.kexp.org/v2/plays/1394164/?format=api",
    "airdate": "2008-07-06T02:14:59-07:00",
    "show": 24330,
    "show_uri": "https://api.kexp.org/v2/shows/24330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DLBl0azbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DLBl0azbL._SL75_.jpg",
    "song": "1 Years Old",
    "track_id": "51985bd5-16a9-4aed-8674-34a1f6fda4a4",
    "recording_id": null,
    "artist": "Robert Pollard",
    "artist_ids": [
        "e7f29e49-6078-4528-a5dc-5d0eeb8a1437"
    ],
    "album": "Robert Pollard Is Off to Business",
    "release_id": "05719d3a-21ba-48bf-b693-9a895367428f",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}