Information about plays

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

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

{
    "id": 1394277,
    "uri": "https://api.kexp.org/v2/plays/1394277/?format=api",
    "airdate": "2008-07-06T11:30:00-07:00",
    "show": 24332,
    "show_uri": "https://api.kexp.org/v2/shows/24332/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61me-DZIP1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61me-DZIP1L._SL75_.jpg",
    "song": "Good Goody Getter",
    "track_id": null,
    "recording_id": null,
    "artist": "Denise LaSalle",
    "artist_ids": [
        "5048de90-abf2-4da7-8f8f-c3a567feef2d"
    ],
    "album": "Trapped by a Thing Called Love",
    "release_id": "3f2ec9d7-ffb0-46e1-9fde-2977dfaeb1a7",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1972-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}