Information about plays

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

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

{
    "id": 466733,
    "uri": "https://api.kexp.org/v2/plays/466733/?format=api",
    "airdate": "2001-09-16T12:50:46-07:00",
    "show": 7939,
    "show_uri": "https://api.kexp.org/v2/shows/7939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514jNFgfUaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514jNFgfUaL._SL75_.jpg",
    "song": "A Better Tomorrow + I Say a Little Prayer (Roland Kirk version)",
    "track_id": "ce98d447-f0f9-451f-88bd-c5763f7977b9",
    "recording_id": null,
    "artist": "GROUND-ZERO",
    "artist_ids": [
        "54aa72ba-4572-48a1-9715-295e91b82b9e"
    ],
    "album": "Plays Standards",
    "release_id": "ddfab959-d671-4cc4-98f1-1e7af1c023f5",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}