Information about plays

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

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

{
    "id": 1379653,
    "uri": "https://api.kexp.org/v2/plays/1379653/?format=api",
    "airdate": "2008-05-28T17:37:02-07:00",
    "show": 24077,
    "show_uri": "https://api.kexp.org/v2/shows/24077/?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": "Gratification to Concrete",
    "track_id": "08f7f02c-3677-4cb5-bf84-1118ad84e428",
    "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": [
        "Guided by Voices Inc."
    ],
    "label_ids": [
        "2b01a0a8-0a77-4717-b08f-868d953d346a"
    ],
    "release_date": "2008-06-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}