Information about plays

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

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

{
    "id": 419612,
    "uri": "https://api.kexp.org/v2/plays/419612/?format=api",
    "airdate": "2001-04-30T02:53:20-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2161B8M0BXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2161B8M0BXL._SL75_.jpg",
    "song": "Mod You",
    "track_id": "8e7b3dc3-3b35-45a6-9b63-7d236c166e0d",
    "recording_id": null,
    "artist": "Cabbage Boy",
    "artist_ids": [
        "062b1a38-377d-4fcb-b07f-8b775b7456bc"
    ],
    "album": "Bento Box",
    "release_id": "671a6b69-eb1e-44ad-a27b-6b5f17721769",
    "release_group_id": null,
    "labels": [
        "Caipirinha"
    ],
    "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"
}