Information about plays

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

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

{
    "id": 1315830,
    "uri": "https://api.kexp.org/v2/plays/1315830/?format=api",
    "airdate": "2007-12-18T22:33:49-08:00",
    "show": 23011,
    "show_uri": "https://api.kexp.org/v2/shows/23011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Jq1gBztCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Jq1gBztCL._SL75_.jpg",
    "song": "Comeback (Light Therapy)",
    "track_id": null,
    "recording_id": null,
    "artist": "Josh Rouse",
    "artist_ids": [
        "023d64c9-93db-4a20-8c5c-2efa1a53481a"
    ],
    "album": "1972",
    "release_id": "59708ef5-3a51-4173-8471-4a03e8f7377d",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2003-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}