Information about plays

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

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

{
    "id": 425337,
    "uri": "https://api.kexp.org/v2/plays/425337/?format=api",
    "airdate": "2001-05-17T10:28:00-07:00",
    "show": 7136,
    "show_uri": "https://api.kexp.org/v2/shows/7136/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51a%2BvQyBEyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51a%2BvQyBEyL._SL75_.jpg",
    "song": "The Angel Is My Watermark",
    "track_id": "c4c33b58-43fa-4d84-9a7f-bc6819f938cf",
    "recording_id": null,
    "artist": "Hopewell",
    "artist_ids": [
        "ba6a0dec-9433-4678-a7f6-6c320fed1e0b"
    ],
    "album": "The Curved Glass",
    "release_id": "e207c969-5e4a-488c-b0b8-7a1a6da24777",
    "release_group_id": null,
    "labels": [
        "Tin Drum"
    ],
    "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"
}