Information about plays

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

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

{
    "id": 1382099,
    "uri": "https://api.kexp.org/v2/plays/1382099/?format=api",
    "airdate": "2008-06-05T11:02:42-07:00",
    "show": 24128,
    "show_uri": "https://api.kexp.org/v2/shows/24128/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51C6BPQQH7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51C6BPQQH7L._SL75_.jpg",
    "song": "I Have Forgiven Jesus",
    "track_id": "25e53f44-0982-4bc6-aa39-bdc651156228",
    "recording_id": null,
    "artist": "Morrissey",
    "artist_ids": [
        "013fa897-86db-41d3-8e9f-386c8a34f4e6"
    ],
    "album": "You Are the Quarry",
    "release_id": "43688e7c-a71f-4ebb-992d-c8a2b52e60db",
    "release_group_id": null,
    "labels": [
        "Attack Records"
    ],
    "label_ids": [
        "564bda6f-f4db-4f6f-b077-4de4a8f2142a"
    ],
    "release_date": "2004-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}