Information about plays

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

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

{
    "id": 1390699,
    "uri": "https://api.kexp.org/v2/plays/1390699/?format=api",
    "airdate": "2008-06-27T10:23:16-07:00",
    "show": 24272,
    "show_uri": "https://api.kexp.org/v2/shows/24272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/718amFCMd5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/718amFCMd5L._SL75_.jpg",
    "song": "Reservoir Park",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dutchess & the Duke",
    "artist_ids": [
        "e196a53f-bdf2-488e-9e25-07cf8bd753ed"
    ],
    "album": "She's the Dutchess, He's the Duke",
    "release_id": "49cc05be-a26f-4dcf-8559-af2bfe7ec93b",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2008-07-08",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}