Information about plays

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

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

{
    "id": 1233465,
    "uri": "https://api.kexp.org/v2/plays/1233465/?format=api",
    "airdate": "2007-05-20T12:58:21-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51C%2BJrQOwTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51C%2BJrQOwTL._SL75_.jpg",
    "song": "Seeing Double at the Triple Rock",
    "track_id": "fb02d1a0-ed29-4c93-9aab-871a1feba7be",
    "recording_id": null,
    "artist": "NOFX",
    "artist_ids": [
        "dcaa4f81-bfb7-44eb-8594-4e74f004b6e4"
    ],
    "album": "Wolves in Wolves' Clothing",
    "release_id": "4108b6d8-4fa7-40e1-83c4-c49d3c70203d",
    "release_group_id": null,
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2006-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}