Information about plays

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

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

{
    "id": 414451,
    "uri": "https://api.kexp.org/v2/plays/414451/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4186J31JBAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4186J31JBAL._SL75_.jpg",
    "song": "Nana Sere",
    "track_id": "ba0e099a-2118-4928-99c5-05861146508e",
    "recording_id": null,
    "artist": "Jack Costanzo",
    "artist_ids": [
        "287d9323-9f3f-4cf7-94e2-3a6b91a38887"
    ],
    "album": "Back From Havana",
    "release_id": "ecd6f419-328a-4906-a880-2dc3c30a415c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}