Information about plays

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

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

{
    "id": 419281,
    "uri": "https://api.kexp.org/v2/plays/419281/?format=api",
    "airdate": "2001-04-29T00:42:51-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HAQCZEAWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HAQCZEAWL._SL75_.jpg",
    "song": "EL MUELO VIVE",
    "track_id": null,
    "recording_id": null,
    "artist": "Peret",
    "artist_ids": [
        "796481a3-2977-45b6-84b3-eb06bb10a903"
    ],
    "album": "Rey de la rumba",
    "release_id": "c78b696c-3a66-4a4a-acde-438944631f74",
    "release_group_id": null,
    "labels": [
        "Chewaka"
    ],
    "label_ids": [
        "e2eed736-5501-40aa-aa8d-027af4ceeb7a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}