Information about plays

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

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

{
    "id": 1308337,
    "uri": "https://api.kexp.org/v2/plays/1308337/?format=api",
    "airdate": "2007-11-29T20:27:10-08:00",
    "show": 22884,
    "show_uri": "https://api.kexp.org/v2/shows/22884/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XrvlhKKIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XrvlhKKIL._SL75_.jpg",
    "song": "One Hundred Years From Now",
    "track_id": null,
    "recording_id": null,
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "Sweetheart of the Rodeo",
    "release_id": "92ae1030-fc2e-42a2-9532-63a20d7ce089",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}