Information about plays

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

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

{
    "id": 1278030,
    "uri": "https://api.kexp.org/v2/plays/1278030/?format=api",
    "airdate": "2007-09-11T19:44:32-07:00",
    "show": 22368,
    "show_uri": "https://api.kexp.org/v2/shows/22368/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bco3XG7NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bco3XG7NL._SL75_.jpg",
    "song": "Sogg",
    "track_id": "0ec4687f-d3b4-4f27-9626-75d586654f2c",
    "recording_id": null,
    "artist": "Amiina",
    "artist_ids": [
        "93560313-3950-43b9-ac4f-7ea3b4e79e60"
    ],
    "album": "Kurr",
    "release_id": "91882d6b-b3c4-4587-b8d8-7ee56318bc1d",
    "release_group_id": null,
    "labels": [
        "Ever Records"
    ],
    "label_ids": [
        "c57224d5-1927-4bb1-ad81-041eb4f88e37"
    ],
    "release_date": "2007-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}