Information about plays

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

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

{
    "id": 500871,
    "uri": "https://api.kexp.org/v2/plays/500871/?format=api",
    "airdate": "2001-12-27T03:42:00-08:00",
    "show": 8600,
    "show_uri": "https://api.kexp.org/v2/shows/8600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GMMHA2KZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GMMHA2KZL._SL75_.jpg",
    "song": "Has She Got a Friend?",
    "track_id": "06639918-635e-4d78-9dfd-f1087acb17cb",
    "recording_id": null,
    "artist": "Nick Lowe",
    "artist_ids": [
        "a3d5a6bf-c86d-44d3-969b-f345620009c6"
    ],
    "album": "The Convincer",
    "release_id": "23ede523-1685-4379-9280-6237b785d72b",
    "release_group_id": null,
    "labels": [
        "Yep Roc"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}