Information about plays

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

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

{
    "id": 1177544,
    "uri": "https://api.kexp.org/v2/plays/1177544/?format=api",
    "airdate": "2006-12-27T13:43:41-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61aOLbCMKiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61aOLbCMKiL._SL75_.jpg",
    "song": "Where the Birdmen Fly",
    "track_id": "e88db526-3b09-4e8d-99e6-6f682f074064",
    "recording_id": null,
    "artist": "Beat Beat Beat",
    "artist_ids": [
        "a041821c-b158-4a23-88f2-277114c2d432"
    ],
    "album": "Living in the Future",
    "release_id": "cbba2970-0ca7-4914-9cce-85c86f78cebd",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2006-10-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}