Information about plays

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

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

{
    "id": 419362,
    "uri": "https://api.kexp.org/v2/plays/419362/?format=api",
    "airdate": "2001-04-29T09:45:36-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gnePojAgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gnePojAgL._SL75_.jpg",
    "song": "Got a Way With Women",
    "track_id": "964c16bd-9e93-4bbf-9b28-577a976e76d6",
    "recording_id": null,
    "artist": "Michael Burks",
    "artist_ids": [
        "090c5dfd-9d8a-42dc-a555-8d566d8680c9"
    ],
    "album": "Make It Rain",
    "release_id": "ecabb425-220d-405f-89c8-b0762d24ba14",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}