Information about plays

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

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

{
    "id": 430129,
    "uri": "https://api.kexp.org/v2/plays/430129/?format=api",
    "airdate": "2001-05-31T22:42:00-07:00",
    "show": 7229,
    "show_uri": "https://api.kexp.org/v2/shows/7229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G2JZCRSWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G2JZCRSWL._SL75_.jpg",
    "song": "Strangely No",
    "track_id": "09026053-893c-4ee4-bb6c-e50a2214b45a",
    "recording_id": null,
    "artist": "310",
    "artist_ids": [
        "5e29d25a-ba6f-4029-9dd4-c3c07e232482"
    ],
    "album": "The Dirty Rope",
    "release_id": "d4f89985-9a1e-4f6e-98f0-bd631a6ce822",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "1999-11-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}