Information about plays

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

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

{
    "id": 428439,
    "uri": "https://api.kexp.org/v2/plays/428439/?format=api",
    "airdate": "2001-05-26T19:00:00-07:00",
    "show": 7196,
    "show_uri": "https://api.kexp.org/v2/shows/7196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219BE7XK91L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219BE7XK91L._SL75_.jpg",
    "song": "Slouch",
    "track_id": "75d92aff-059a-413d-a402-53e438b722a7",
    "recording_id": null,
    "artist": "Plastiq Phantom",
    "artist_ids": [
        "298cc373-8cbe-419b-a853-27c4ae02f89c"
    ],
    "album": "Enjoy the Art of Lying Down",
    "release_id": "947caac5-b1d4-4f33-ae5a-c75b8204eaad",
    "release_group_id": null,
    "labels": [
        "Sweet Mother"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}