Information about plays

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

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

{
    "id": 482387,
    "uri": "https://api.kexp.org/v2/plays/482387/?format=api",
    "airdate": "2001-11-01T05:37:30-08:00",
    "show": 8235,
    "show_uri": "https://api.kexp.org/v2/shows/8235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41lI5xRUDPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41lI5xRUDPL._SL75_.jpg",
    "song": "Heaven Ain't Hard 2 Find",
    "track_id": "ef7e4bc1-f3e6-4738-bde8-df8af403a254",
    "recording_id": null,
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "All Eyez on Me (disc 2: Book 2)",
    "release_id": "9d898dd6-a3d6-47bc-bd1f-c70c79652930",
    "release_group_id": null,
    "labels": [
        "Death Row Records"
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9"
    ],
    "release_date": "1996-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}