Information about plays

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

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

{
    "id": 419393,
    "uri": "https://api.kexp.org/v2/plays/419393/?format=api",
    "airdate": "2001-04-29T12:36:40-07:00",
    "show": 7012,
    "show_uri": "https://api.kexp.org/v2/shows/7012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JzYsJBEJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JzYsJBEJL._SL75_.jpg",
    "song": "Love Power",
    "track_id": "5d8031bb-784b-49c5-af02-42f31df6ddd1",
    "recording_id": null,
    "artist": "Willie Hutch",
    "artist_ids": [
        "870b79e0-10b7-4e19-b11f-65607cffad9a"
    ],
    "album": "The Very Best Of",
    "release_id": "cdebe73c-8b44-4953-9e07-f820e2bbd274",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}