Information about plays

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

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

{
    "id": 1233449,
    "uri": "https://api.kexp.org/v2/plays/1233449/?format=api",
    "airdate": "2007-05-20T12:01:07-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BbKOuZPLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BbKOuZPLL._SL75_.jpg",
    "song": "Do The 45 - Ryan Shaw",
    "track_id": null,
    "recording_id": null,
    "artist": "Ryan Shaw",
    "artist_ids": [
        "f2599748-0ac0-45f2-8e45-842e5b7d79c3"
    ],
    "album": "This Is Ryan Shaw",
    "release_id": "fd2420c8-1608-41d6-ac94-ef93c45f60bb",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2007-04-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}