Information about plays

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

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

{
    "id": 1372688,
    "uri": "https://api.kexp.org/v2/plays/1372688/?format=api",
    "airdate": "2008-05-11T03:10:00-07:00",
    "show": 23961,
    "show_uri": "https://api.kexp.org/v2/shows/23961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jcjy-USYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jcjy-USYL._SL75_.jpg",
    "song": "Grand About the Mouth",
    "track_id": null,
    "recording_id": null,
    "artist": "Secret Mommy",
    "artist_ids": [
        "bf2d56af-0e4c-4281-b6e9-a913a26d00e8"
    ],
    "album": "Plays",
    "release_id": "32a7152d-2c2a-4b77-9130-9d3b7a85c78f",
    "release_group_id": null,
    "labels": [
        "Ache Records"
    ],
    "label_ids": [
        "4f820e1c-180d-4c1b-94b6-c2b743a76fe9"
    ],
    "release_date": "2007-02-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}